Spaces:
Runtime error
Runtime error
Commit
·
0b113cb
1
Parent(s):
4994a33
Update main.py
Browse files
main.py
CHANGED
@@ -357,7 +357,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
357 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
358 |
# Load and append the corresponding ground truth image instead of model output
|
359 |
print ('here4', len(previous_frames))
|
360 |
-
img = Image.open(f"record_100/image_{82+len(previous_frames)}.png")
|
361 |
#previous_frames.append(img)
|
362 |
previous_frames.append(next_frame_append)
|
363 |
|
|
|
357 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
358 |
# Load and append the corresponding ground truth image instead of model output
|
359 |
print ('here4', len(previous_frames))
|
360 |
+
#img = Image.open(f"record_100/image_{82+len(previous_frames)}.png")
|
361 |
#previous_frames.append(img)
|
362 |
previous_frames.append(next_frame_append)
|
363 |
|