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