Spaces:
Runtime error
Runtime error
Commit
·
201c98e
1
Parent(s):
9f768a8
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ def predict(img):
|
|
| 15 |
examples = ["black_bear.jpg", "teddy_bear.jpg"]
|
| 16 |
interface = gr.Interface(fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
-
outputs=gr.outputs.Label(num_top_classes=3).launch()
|
|
|
|
| 15 |
examples = ["black_bear.jpg", "teddy_bear.jpg"]
|
| 16 |
interface = gr.Interface(fn=predict,
|
| 17 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 18 |
+
outputs=gr.outputs.Label(num_top_classes=3)).launch()
|