Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -361,11 +361,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
361 |
with gr.Column():
|
362 |
# Result Canvas with raw and formatted outputs
|
363 |
with gr.Column(elem_classes="canvas-output"):
|
364 |
-
gr.Markdown("##
|
365 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
366 |
|
367 |
-
with gr.Accordion("
|
368 |
-
formatted_output = gr.Markdown(label="
|
369 |
|
370 |
model_choice = gr.Radio(
|
371 |
choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
|
|
|
361 |
with gr.Column():
|
362 |
# Result Canvas with raw and formatted outputs
|
363 |
with gr.Column(elem_classes="canvas-output"):
|
364 |
+
gr.Markdown("## Output")
|
365 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
366 |
|
367 |
+
with gr.Accordion("(Result.md)", open=False):
|
368 |
+
formatted_output = gr.Markdown(label="(Result.md)")
|
369 |
|
370 |
model_choice = gr.Radio(
|
371 |
choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
|