Spaces:
Runtime error
Runtime error
Commit
·
3f626ff
1
Parent(s):
4fcd305
Update app.py
Browse files
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 |
|