Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|