Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,5 @@ def predict(img):
|
|
36 |
return prediction
|
37 |
|
38 |
|
39 |
-
iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(
|
40 |
iface.launch()
|
|
|
36 |
return prediction
|
37 |
|
38 |
|
39 |
+
iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(), outputs=gr.outputs.Label())
|
40 |
iface.launch()
|