Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -222,7 +222,7 @@ def compress_data_og(c, instruct, history, seed, MAX_DATA=MAX_DATA):
|
|
| 222 |
print (resp)
|
| 223 |
#out+=resp
|
| 224 |
e=e+chunk
|
| 225 |
-
s=s+chunk
|
| 226 |
|
| 227 |
print ("final" + resp)
|
| 228 |
#history = "observation: {}\n".format(resp)
|
|
|
|
| 222 |
print (resp)
|
| 223 |
#out+=resp
|
| 224 |
e=e+chunk
|
| 225 |
+
s=s+chunk-1000
|
| 226 |
|
| 227 |
print ("final" + resp)
|
| 228 |
#history = "observation: {}\n".format(resp)
|