tatihden commited on
Commit
3e7b3d2
·
verified ·
1 Parent(s): b4d401d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def chat_inf(system_prompt, prompt, history, client_choice, seed, temp, tokens,
47
  output = ""
48
 
49
  for response in stream:
50
- output += output
51
  yield [(prompt, output)]
52
  history.append((prompt, output))
53
  yield history
 
47
  output = ""
48
 
49
  for response in stream:
50
+ output += response
51
  yield [(prompt, output)]
52
  history.append((prompt, output))
53
  yield history