ArtMirror2000 commited on
Commit
3f626ff
1 Parent(s): 4fcd305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def getVectors(fname):
14
 
15
  interface = gr.Interface(fn = getVectors,
16
  inputs = "text",
17
- outputs = [(,)],
18
  title = 'Get Nearest Neighbors',
19
  description = 'Get resultss for search')
20
 
14
 
15
  interface = gr.Interface(fn = getVectors,
16
  inputs = "text",
17
+ outputs = "text",
18
  title = 'Get Nearest Neighbors',
19
  description = 'Get resultss for search')
20