Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def respond(
|
|
56 |
|
57 |
response = ""
|
58 |
|
59 |
-
for chunk in pipeline.chat(messages, **generation_kwargs)
|
60 |
response += chunk.content
|
61 |
chunks.append(chunk)
|
62 |
yield response
|
|
|
56 |
|
57 |
response = ""
|
58 |
|
59 |
+
for chunk in pipeline.chat(messages, **generation_kwargs):
|
60 |
response += chunk.content
|
61 |
chunks.append(chunk)
|
62 |
yield response
|