kazuma313 commited on
Commit
1e6b7d8
1 Parent(s): 2a49825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ def output_inference(tanya, history):
44
  stream=True,
45
  )
46
  for out in output:
47
- stream = copy.deepcopy(out)
48
- temp += stream["choices"][0]["text"]
49
- yield temp
50
 
51
  history = ["init", prompt]
52
 
 
44
  stream=True,
45
  )
46
  for out in output:
47
+ stream = copy.deepcopy(out)
48
+ temp += stream["choices"][0]["text"]
49
+ yield temp
50
 
51
  history = ["init", prompt]
52