Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LabelStudio/segment-anything
diegokauer
/
segmentation-backend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
diegokauer
commited on
Dec 27, 2023
Commit
127cf1c
·
1 Parent(s):
afc397a
Update creds.py
Browse files
Files changed (1)
hide
show
creds.py
+1
-0
creds.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import json
2
import tempfile
3
4
# process of getting credentials
5
def get_credentials():
1
import json
2
import tempfile
3
+
import os
4
5
# process of getting credentials
6
def get_credentials():