Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/rt-detr-object-detection
freddyaboulton
/
rt-detr-object-detection-webrtc
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freddyaboulton
HF staff
commited on
Oct 15, 2024
Commit
507cefe
·
verified
·
1 Parent(s):
1e61aa0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -34,6 +34,8 @@ else:
34
rtc_configuration = None
35
36
37
SUBSAMPLE = 2
38
39
@spaces.GPU
34
rtc_configuration = None
35
36
37
+
print("RTC_CONFIGURATION", rtc_configuration)
38
+
39
SUBSAMPLE = 2
40
41
@spaces.GPU