Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|