Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -284,11 +284,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 284 |
|
| 285 |
with gr.Column():
|
| 286 |
with gr.Column(elem_classes="canvas-output"):
|
| 287 |
-
gr.Markdown("##
|
| 288 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
| 289 |
|
| 290 |
-
with gr.Accordion("
|
| 291 |
-
markdown_output = gr.Markdown(label="
|
| 292 |
|
| 293 |
model_choice = gr.Radio(
|
| 294 |
choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview", "GLM-4.1V-9B-Thinking"],
|
|
|
|
| 284 |
|
| 285 |
with gr.Column():
|
| 286 |
with gr.Column(elem_classes="canvas-output"):
|
| 287 |
+
gr.Markdown("## Output")
|
| 288 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
| 289 |
|
| 290 |
+
with gr.Accordion("(Result.md)", open=False):
|
| 291 |
+
markdown_output = gr.Markdown(label="(Result.Md)")
|
| 292 |
|
| 293 |
model_choice = gr.Radio(
|
| 294 |
choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview", "GLM-4.1V-9B-Thinking"],
|