captain-awesome commited on
Commit
205ed4d
·
verified ·
1 Parent(s): 3620448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text")
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()