Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -353,7 +353,7 @@ 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=["Nanonets-OCR-s", "SmolDocling-256M-preview",
|
357 |
label="Select Model",
|
358 |
value="Nanonets-OCR-s"
|
359 |
)
|
|
|
353 |
with gr.Column():
|
354 |
output = gr.Textbox(label="Output", interactive=False, lines=3, scale=2)
|
355 |
model_choice = gr.Radio(
|
356 |
+
choices=["Nanonets-OCR-s", "SmolDocling-256M-preview", "typhoon-ocr-7b", "MonkeyOCR-Recognition"],
|
357 |
label="Select Model",
|
358 |
value="Nanonets-OCR-s"
|
359 |
)
|