acecalisto3 commited on
Commit
70a3b9b
·
verified ·
1 Parent(s): df3940d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -518,7 +518,7 @@ def chat_app_logic(message, history):
518
  max_new_tokens=max_new_tokens,
519
  top_p=top_p,
520
  repetition_penalty=repetition_penalty,
521
- ))
522
  history.append((message, response))
523
  return history
524
 
 
518
  max_new_tokens=max_new_tokens,
519
  top_p=top_p,
520
  repetition_penalty=repetition_penalty,
521
+ )
522
  history.append((message, response))
523
  return history
524