Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satwik24
/
object-detection-demo2
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
satwik24
commited on
Jul 7
Commit
e7a0427
·
verified
·
1 Parent(s):
a9c5b2f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
2
import cv2
3
import torch
1
+
import os
2
+
os.environ["YOLO_CONFIG_DIR"] = "/tmp"
3
4
import cv2
5
import torch