Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def classify_image(inp):
|
|
| 20 |
|
| 21 |
|
| 22 |
image = gr.inputs.Image(shape=(224, 224))
|
| 23 |
-
label = gr.outputs.Label(
|
| 24 |
|
| 25 |
gr.Interface(
|
| 26 |
fn=classify_image, inputs=image, outputs=label, interpretation="default"
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
image = gr.inputs.Image(shape=(224, 224))
|
| 23 |
+
label = gr.outputs.Label()
|
| 24 |
|
| 25 |
gr.Interface(
|
| 26 |
fn=classify_image, inputs=image, outputs=label, interpretation="default"
|