Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MogensR
/
VideoBackgroundReplacer
like
2
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c55aa84
VideoBackgroundReplacer
/
app.py
MogensR
Update app.py
5bccacc
3 months ago
raw
Copy download link
history
blame
167 Bytes
#!/usr/bin/env python3
import
sys, os
sys.path.insert(
0
, os.path.dirname(os.path.abspath(__file__)))
from
core.app
import
main
if
__name__ ==
"__main__"
:
main()