Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,5 @@ def predict(img):
|
|
31 |
return prediction
|
32 |
|
33 |
|
34 |
-
iface = gr.Interface(fn=predict, inputs=
|
35 |
iface.launch()
|
|
|
31 |
return prediction
|
32 |
|
33 |
|
34 |
+
iface = gr.Interface(fn=predict, inputs="image", outputs="text")
|
35 |
iface.launch()
|