Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def predict(image_path): # receives filepath from gr.Image(type="filepath")
|
|
36 |
|
37 |
iface = gr.Interface(
|
38 |
fn=predict,
|
39 |
-
inputs=gr.Image(type="filepath"
|
40 |
outputs="text",
|
41 |
allow_flagging="never"
|
42 |
)
|
|
|
36 |
|
37 |
iface = gr.Interface(
|
38 |
fn=predict,
|
39 |
+
inputs=gr.Image(type="filepath"),
|
40 |
outputs="text",
|
41 |
allow_flagging="never"
|
42 |
)
|