Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -353,9 +353,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
353 |
with gr.Column():
|
354 |
output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
|
355 |
model_choice = gr.Radio(
|
356 |
-
choices=["
|
357 |
label="Select Model",
|
358 |
-
value="
|
359 |
)
|
360 |
|
361 |
image_submit.click(
|
|
|
353 |
with gr.Column():
|
354 |
output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
|
355 |
model_choice = gr.Radio(
|
356 |
+
choices=["SmolDocling-256M-preview", "Nanonets-OCR-s", "MonkeyOCR-Recognition", "Typhoon-OCR-7B"],
|
357 |
label="Select Model",
|
358 |
+
value="SmolDocling-256M-preview"
|
359 |
)
|
360 |
|
361 |
image_submit.click(
|