Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
9fce44e
1
Parent(s):
138b189
main.py
CHANGED
@@ -259,7 +259,9 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
259 |
if DEBUG_MODE:
|
260 |
print (f"DEBUG MODE, REMOVING HIDDEN STATES")
|
261 |
previous_frame = padding_image
|
|
|
262 |
if DEBUG_MODE_2:
|
|
|
263 |
if frame_num > NUM_MAX_FRAMES-1:
|
264 |
print (f"DEBUG MODE_2, REMOVING HIDDEN STATES")
|
265 |
previous_frame = padding_image
|
|
|
259 |
if DEBUG_MODE:
|
260 |
print (f"DEBUG MODE, REMOVING HIDDEN STATES")
|
261 |
previous_frame = padding_image
|
262 |
+
|
263 |
if DEBUG_MODE_2:
|
264 |
+
print (f'dsfdasdf frame_num: {frame_num}')
|
265 |
if frame_num > NUM_MAX_FRAMES-1:
|
266 |
print (f"DEBUG MODE_2, REMOVING HIDDEN STATES")
|
267 |
previous_frame = padding_image
|