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