Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
fe752b2
1
Parent(s):
66279e3
main.py
CHANGED
|
@@ -512,7 +512,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
| 512 |
# print ('predicting', f"record_10003/image_{117+len(previous_frames)}.png")
|
| 513 |
print ('previous_actions', previous_actions)
|
| 514 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
| 515 |
-
feedback =
|
| 516 |
if feedback:
|
| 517 |
previous_frames.append(next_frame_append)
|
| 518 |
else:
|
|
|
|
| 512 |
# print ('predicting', f"record_10003/image_{117+len(previous_frames)}.png")
|
| 513 |
print ('previous_actions', previous_actions)
|
| 514 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
| 515 |
+
feedback = True
|
| 516 |
if feedback:
|
| 517 |
previous_frames.append(next_frame_append)
|
| 518 |
else:
|