Hupapron commited on
Commit
e83ce23
1 Parent(s): 6e9cd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ def add2List(name):
8
  bList.sort()
9
  return aList,bList
10
 
11
- iface = gr.Interface(fn=add2List, inputs="text", outputs="text")
12
  iface.launch()
 
8
  bList.sort()
9
  return aList,bList
10
 
11
+ iface = gr.Interface(fn=add2List, inputs="text", outputs=["text","text"])
12
  iface.launch()