vilarin commited on
Commit
a35c442
·
verified ·
1 Parent(s): a77828e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def main(message: str, history: list, model: str, temperature: float, max_new_to
147
  if not process:
148
  launch()
149
 
150
- response = await stream_chat(
151
  message,
152
  history,
153
  model,
 
147
  if not process:
148
  launch()
149
 
150
+ await response = stream_chat(
151
  message,
152
  history,
153
  model,