Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aleafy
/
RelightVid
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
307df09
RelightVid
/
demo_utils1.py
aleafy
Start fresh
0a63786
3 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
os
# 更改全局临时目录
new_tmp_dir =
"./demo/gradio_bg"
os.makedirs(new_tmp_dir, exist_ok=
True
)
os.environ[
'GRADIO_TEMP_DIR'
] = new_tmp_dir