Namitg02 commited on
Commit
e0f92b6
·
verified ·
1 Parent(s): 57529b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -136,10 +136,10 @@ def talk(prompt,history):
136
 
137
 
138
  outputs = []
139
- for text in streamer:
140
- outputs.append(text)
141
- print(outputs)
142
- yield "".join(outputs)
143
 
144
 
145
  print("check3B")
 
136
 
137
 
138
  outputs = []
139
+ # for text in streamer:
140
+ # outputs.append(text)
141
+ # print(outputs)
142
+ # yield "".join(outputs)
143
 
144
 
145
  print("check3B")