Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ShuoChen20
/
DimensionX
like
18
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
陈硕
commited on
Nov 13, 2024
Commit
88dc143
·
1 Parent(s):
bd9f647
change diffusers
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -14,6 +14,7 @@ import time
14
import os
15
16
os.system("pip uninstall -y diffusers")
17
18
19
import cv2
14
import os
15
16
os.system("pip uninstall -y diffusers")
17
+
os.system("pip install -e ./diffusers")
18
19
20
import cv2