vpcom commited on
Commit
83c344a
·
1 Parent(s): 705de0b

fix: we need the yield

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ def generate(
160
  output = output.rstrip()
161
  print(output)
162
  #yield output
163
- #yield output
164
 
165
  return output
166
 
 
160
  output = output.rstrip()
161
  print(output)
162
  #yield output
163
+ yield output
164
 
165
  return output
166