Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 258 |
with gr.Column():
|
| 259 |
output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
|
| 260 |
model_choice = gr.Radio(
|
| 261 |
-
choices=["docscopeOCR-7B-050425-exp", "coreOCR-7B-050325-preview"
|
| 262 |
label="Select Model",
|
| 263 |
value="docscopeOCR-7B-050425-exp"
|
| 264 |
)
|
|
|
|
| 258 |
with gr.Column():
|
| 259 |
output = gr.Textbox(label="Output", interactive=False, lines=2, scale=2)
|
| 260 |
model_choice = gr.Radio(
|
| 261 |
+
choices=["docscopeOCR-7B-050425-exp", "MonkeyOCR", "coreOCR-7B-050325-preview"],
|
| 262 |
label="Select Model",
|
| 263 |
value="docscopeOCR-7B-050425-exp"
|
| 264 |
)
|