johann22 commited on
Commit
10cd316
·
verified ·
1 Parent(s): 9ce7cdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def compress_data_og(c, instruct, history, seed):
220
 
221
  new_history = resp
222
  print (resp)
223
- out+=resp
224
  e=e+chunk
225
  s=s+chunk
226
 
 
220
 
221
  new_history = resp
222
  print (resp)
223
+ outs=resp
224
  e=e+chunk
225
  s=s+chunk
226