Spaces:
Build error
Build error
Changes
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def predict(img):
|
|
| 33 |
|
| 34 |
iface = gr.Interface(
|
| 35 |
fn=predict,
|
| 36 |
-
inputs="
|
| 37 |
outputs="label",
|
| 38 |
live=True,
|
| 39 |
title="My first Gradio",
|
|
|
|
| 33 |
|
| 34 |
iface = gr.Interface(
|
| 35 |
fn=predict,
|
| 36 |
+
inputs="image",
|
| 37 |
outputs="label",
|
| 38 |
live=True,
|
| 39 |
title="My first Gradio",
|