Omnibus commited on
Commit
e92cabb
·
1 Parent(s): 13f042b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -226,9 +226,9 @@ def compress_data(c, instruct, history):
226
  history=hist,
227
  )
228
  out.append(resp)
229
- new_history = resp
230
  print (resp)
231
- out+=resp
232
  e=e+chunk
233
  s=s+chunk
234
  return out
 
226
  history=hist,
227
  )
228
  out.append(resp)
229
+ #new_history = resp
230
  print (resp)
231
+ #out+=resp
232
  e=e+chunk
233
  s=s+chunk
234
  return out