Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
24 |
gr.Markdown(title),
|
25 |
gr.Markdown(description),
|
26 |
fn=process_image,
|
27 |
-
inputs=gr.
|
28 |
outputs="text"
|
29 |
)
|
30 |
|
|
|
24 |
gr.Markdown(title),
|
25 |
gr.Markdown(description),
|
26 |
fn=process_image,
|
27 |
+
inputs=gr.Image(type="pil"),
|
28 |
outputs="text"
|
29 |
)
|
30 |
|