Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sidharthism
/
fashion-eye-try-on
like
11
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sidharthism
commited on
Jul 30, 2022
Commit
200037e
·
1 Parent(s):
94d9578
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,4 @@
1
import os
2
-
print(os.getcwd())
1
import os
2
+
print(os.getcwd())
3
+
print(os.path.abspath(__file__))
4
+
print(os.path.dirname(__file__))