Spaces:
Running
Running
Commit
·
a916a7e
1
Parent(s):
caf8102
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ gr.Interface(
|
|
20 |
fn=predict,
|
21 |
inputs=[
|
22 |
gr.inputs.Image(type="pil"),
|
23 |
-
|
24 |
],
|
25 |
outputs=gr.outputs.Label(num_top_classes=3),
|
26 |
examples=["llama.jpg", "potato.jpg"]
|
|
|
20 |
fn=predict,
|
21 |
inputs=[
|
22 |
gr.inputs.Image(type="pil"),
|
23 |
+
gr.inputs.Dropdown(get_model_ids()),
|
24 |
],
|
25 |
outputs=gr.outputs.Label(num_top_classes=3),
|
26 |
examples=["llama.jpg", "potato.jpg"]
|