Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
4406096
1
Parent(s):
eee8e7d
main.py
CHANGED
|
@@ -509,7 +509,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
| 509 |
#assert False
|
| 510 |
#previous_frames.append(next_frame_append)
|
| 511 |
pass
|
| 512 |
-
previous_frames = []
|
| 513 |
|
| 514 |
# Convert the numpy array to a base64 encoded image
|
| 515 |
img = Image.fromarray(next_frame)
|
|
|
|
| 509 |
#assert False
|
| 510 |
#previous_frames.append(next_frame_append)
|
| 511 |
pass
|
| 512 |
+
#previous_frames = []
|
| 513 |
|
| 514 |
# Convert the numpy array to a base64 encoded image
|
| 515 |
img = Image.fromarray(next_frame)
|