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