Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def greet(query):
|
|
208 |
# k='name'
|
209 |
return bm25
|
210 |
|
211 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="
|
212 |
|
213 |
demo.launch()
|
214 |
|
|
|
208 |
# k='name'
|
209 |
return bm25
|
210 |
|
211 |
+
demo = gr.Interface(fn=greet, inputs="text", outputs="json")
|
212 |
|
213 |
demo.launch()
|
214 |
|