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