Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,5 +70,5 @@ def query(input):
|
|
| 70 |
# eval_result.passing
|
| 71 |
return response
|
| 72 |
|
| 73 |
-
demo = gr.Interface(fn=
|
| 74 |
demo.launch()
|
|
|
|
| 70 |
# eval_result.passing
|
| 71 |
return response
|
| 72 |
|
| 73 |
+
demo = gr.Interface(fn=query, inputs="text", outputs="text")
|
| 74 |
demo.launch()
|