vilarin commited on
Commit
a1554fa
·
verified ·
1 Parent(s): 1bd860a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -156,9 +156,8 @@ async def main(message: str, history: list, model: str, temperature: float, max_
156
  top_p,
157
  top_k,
158
  penalty
159
- )
160
-
161
- yield response
162
 
163
 
164
 
 
156
  top_p,
157
  top_k,
158
  penalty
159
+ ):
160
+ yield response
 
161
 
162
 
163