Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abcdef12356/slinteg
abcdef12356
/
ccoppp
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
abcdef12356
commited on
Nov 4, 2023
Commit
87bc019
·
1 Parent(s):
1240cc4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ import time
8
9
10
def video_frame_callback(frame):
11
-
time.sleep(1)
12
return frame
13
14
8
9
10
def video_frame_callback(frame):
11
+
#
time.sleep(1)
12
return frame
13
14