Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ def query(text):
|
|
150 |
return text
|
151 |
|
152 |
iface = gr.Interface(
|
153 |
-
|
154 |
inputs=["text"],
|
155 |
outputs="text",
|
156 |
)
|
|
|
150 |
return text
|
151 |
|
152 |
iface = gr.Interface(
|
153 |
+
query,
|
154 |
inputs=["text"],
|
155 |
outputs="text",
|
156 |
)
|