tatihden commited on
Commit
b4d401d
·
verified ·
1 Parent(s): 3243db1

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 += response.str(token)
51
  yield [(prompt, output)]
52
  history.append((prompt, output))
53
  yield history
 
47
  output = ""
48
 
49
  for response in stream:
50
+ output += output
51
  yield [(prompt, output)]
52
  history.append((prompt, output))
53
  yield history