Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
289 |
with gr.Accordion("Formatted Result (Result.md)", open=False):
|
290 |
markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
291 |
|
292 |
-
model_choice =
|
293 |
choices=["GLM-4.1V-9B-Thinking", "docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview"],
|
294 |
label="Select Model",
|
295 |
value="GLM-4.1V-9B-Thinking"
|
|
|
289 |
with gr.Accordion("Formatted Result (Result.md)", open=False):
|
290 |
markdown_output = gr.Markdown(label="Formatted Result (Result.Md)")
|
291 |
|
292 |
+
model_choice = gr.Radio(
|
293 |
choices=["GLM-4.1V-9B-Thinking", "docscopeOCR-7B-050425-exp", "MonkeyOCR-Recognition", "coreOCR-7B-050325-preview"],
|
294 |
label="Select Model",
|
295 |
value="GLM-4.1V-9B-Thinking"
|