da03 commited on
Commit
4406096
·
1 Parent(s): eee8e7d
Files changed (1) hide show
  1. main.py +1 -1
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)