Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -386,7 +386,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
386 |
with gr.Column(elem_classes="canvas-output"):
|
387 |
gr.Markdown("## Result.Md")
|
388 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
389 |
-
|
|
|
|
|
390 |
|
391 |
model_choice = gr.Radio(
|
392 |
choices=["Camel-Doc-OCR-062825", "ViLaSR-7B", "OCRFlux-3B", "ShotVL-7B"],
|
|
|
386 |
with gr.Column(elem_classes="canvas-output"):
|
387 |
gr.Markdown("## Result.Md")
|
388 |
output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
389 |
+
|
390 |
+
with gr.Accordion("Formatted Result (Result.Md)", open=False):
|
391 |
+
markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
392 |
|
393 |
model_choice = gr.Radio(
|
394 |
choices=["Camel-Doc-OCR-062825", "ViLaSR-7B", "OCRFlux-3B", "ShotVL-7B"],
|