Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ def infer(image_in, question):
|
|
13 |
|
14 |
gr.Interface(
|
15 |
fn=infer,
|
16 |
-
inputs=[gr.Image(), gr.Textbox()],
|
17 |
outputs=[gr.Textbox()]
|
18 |
).queue().launch()
|
|
|
13 |
|
14 |
gr.Interface(
|
15 |
fn=infer,
|
16 |
+
inputs=[gr.Image(type="filepath"), gr.Textbox()],
|
17 |
outputs=[gr.Textbox()]
|
18 |
).queue().launch()
|