sonobit commited on
Commit
7d87dbe
·
1 Parent(s): c0575b1

Update app.py

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