None1145 commited on
Commit
9f5e025
·
verified ·
1 Parent(s): 79a34ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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