Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wedyanessam
/
Real_Time_Interactive_Avatar_v2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wedyanessam
commited on
17 days ago
Commit
0d15788
·
verified
·
1 Parent(s):
1e2fcc2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import sys
2
import os
3
sys.path.append(os.path.abspath("."))
1
+
2
+
chmod +x setup.sh && ./setup.sh
3
+
4
import sys
5
import os
6
sys.path.append(os.path.abspath("."))