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