Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
359 |
model_choice = gr.Radio(
|
360 |
choices=["SmolDocling-256M-preview", "Nanonets-OCR-s", "MonkeyOCR-Recognition", "Typhoon-OCR-7B"],
|
361 |
label="Select Model",
|
362 |
-
value="
|
363 |
)
|
364 |
|
365 |
image_submit.click(
|
|
|
359 |
model_choice = gr.Radio(
|
360 |
choices=["SmolDocling-256M-preview", "Nanonets-OCR-s", "MonkeyOCR-Recognition", "Typhoon-OCR-7B"],
|
361 |
label="Select Model",
|
362 |
+
value="Nanonets-OCR-s"
|
363 |
)
|
364 |
|
365 |
image_submit.click(
|