Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def respond(message,store):
|
|
| 85 |
[HumanMessage(content=message)],
|
| 86 |
config=config,
|
| 87 |
)
|
| 88 |
-
|
| 89 |
|
| 90 |
demo = gr.ChatInterface(
|
| 91 |
respond,
|
|
|
|
| 85 |
[HumanMessage(content=message)],
|
| 86 |
config=config,
|
| 87 |
)
|
| 88 |
+
return response.content
|
| 89 |
|
| 90 |
demo = gr.ChatInterface(
|
| 91 |
respond,
|