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