Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
362 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
363 |
|
364 |
with gr.Accordion("Formatted Result (Result.Md)", open=False):
|
365 |
-
formatted_output = gr.Markdown(label="Formatted Result (Result.Md)"
|
366 |
|
367 |
model_choice = gr.Radio(
|
368 |
choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
|
|
|
362 |
raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
|
363 |
|
364 |
with gr.Accordion("Formatted Result (Result.Md)", open=False):
|
365 |
+
formatted_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
366 |
|
367 |
model_choice = gr.Radio(
|
368 |
choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
|