Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def predict(img):
|
|
17 |
# Create the Gradio interface
|
18 |
iface = gr.Interface(
|
19 |
fn=predict,
|
20 |
-
inputs=gr.Image(
|
21 |
outputs="text"
|
22 |
)
|
23 |
|
|
|
17 |
# Create the Gradio interface
|
18 |
iface = gr.Interface(
|
19 |
fn=predict,
|
20 |
+
inputs=gr.Image(),
|
21 |
outputs="text"
|
22 |
)
|
23 |
|