prithivMLmods commited on
Commit
afe0099
·
verified ·
1 Parent(s): 3c8668b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = Gradio.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"
 
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"