Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
bendahmane-ustomb
/
ustomodsimup
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
bendahmane-ustomb
commited on
Dec 8, 2023
Commit
2e0aa78
·
1 Parent(s):
3d2c97d
Update conn.py
Browse files
Files changed (1)
hide
show
conn.py
+1
-2
conn.py
CHANGED
Viewed
@@ -1,3 +1,2 @@
1
import os
2
-
con=
os.getenv("connect")
3
-
exec(con)
1
import os
2
+
exec(
os.getenv("connect")
)