Namitg02 commited on
Commit
487b7c2
·
verified ·
1 Parent(s): a963cf7

Update app.py

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