jonathanjordan21 commited on
Commit
e9f2c38
·
verified ·
1 Parent(s): 3597285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks() as demo:
209
  additional_inputs=[
210
  gr.Number(0.5, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
211
  gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
212
- gradio.Dropdown(choices=model_ids, value=model_id)
213
  ]
214
  )
215
 
 
209
  additional_inputs=[
210
  gr.Number(0.5, label="confidence threshold", show_label=True, minimum=0., maximum=1.0, step=0.1),
211
  gr.Checkbox(label="multiple", info="Allow multiple request code numbers"),
212
+ gr.Dropdown(choices=model_ids, value=model_id)
213
  ]
214
  )
215