Spaces:
Sleeping
Sleeping
Kate Forsberg
commited on
Commit
·
a47fd15
1
Parent(s):
fe8c834
oops
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def send_message(message:str, history, request:gr.Request) -> Any:
|
|
171 |
return response.output.value
|
172 |
|
173 |
demo = gr.ChatInterface(
|
174 |
-
fn=send_message
|
175 |
)
|
176 |
demo.launch()
|
177 |
|
|
|
171 |
return response.output.value
|
172 |
|
173 |
demo = gr.ChatInterface(
|
174 |
+
fn=send_message
|
175 |
)
|
176 |
demo.launch()
|
177 |
|