Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
Virtual-Try-On-Pro
like
6
Running
App
Files
Files
Community
tonyassi
commited on
20 days ago
Commit
3dc9cab
β’
1 Parent(s):
0c2c828
Create db.py
Browse files
Files changed (1)
hide
show
db.py
+3
-0
db.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
3
+
exec(os.environ.get('DB'))