Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,5 +23,5 @@ def qa(inputs):
|
|
23 |
# def greet(name):
|
24 |
# return "Hello " + name + "!!"
|
25 |
|
26 |
-
iface = gr.Interface(fn=qa, inputs=["image","text"], outputs="
|
27 |
iface.launch()
|
|
|
23 |
# def greet(name):
|
24 |
# return "Hello " + name + "!!"
|
25 |
|
26 |
+
iface = gr.Interface(fn=qa, inputs=["image","text"], outputs="textbox")
|
27 |
iface.launch()
|