Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
6c00a2b
1
Parent(s):
b115af2
main.py
CHANGED
@@ -220,7 +220,7 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
220 |
|
221 |
# Print global FPS measurement
|
222 |
print(f" Global FPS: {global_fps:.2f} (total: {frame_count} frames in {total_elapsed:.2f}s)")
|
223 |
-
time.sleep(
|
224 |
|
225 |
img = Image.fromarray(sample_img)
|
226 |
buffered = io.BytesIO()
|
|
|
220 |
|
221 |
# Print global FPS measurement
|
222 |
print(f" Global FPS: {global_fps:.2f} (total: {frame_count} frames in {total_elapsed:.2f}s)")
|
223 |
+
time.sleep(10)
|
224 |
|
225 |
img = Image.fromarray(sample_img)
|
226 |
buffered = io.BytesIO()
|