Namitg02 commited on
Commit
2626b23
·
verified ·
1 Parent(s): 1026ab2

Update app.py

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