zac commited on
Commit
fe5484f
·
1 Parent(s): 448c7e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ def generate_text(input_text, history):
27
  stream = copy.deepcopy(out)
28
  print(stream["choices"][0]["text"])
29
  yield stream["choices"][0]["text"]
30
- print("output": str(output))
31
- print("stream": str(stream))
32
 
33
 
34
  history =["init",str(input_text_with_history)]
 
27
  stream = copy.deepcopy(out)
28
  print(stream["choices"][0]["text"])
29
  yield stream["choices"][0]["text"]
30
+ print("output ", str(output))
31
+ print("stream ", str(stream))
32
 
33
 
34
  history =["init",str(input_text_with_history)]