Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SD-online
/
Fooocus-Docker
like
2
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Munzali
commited on
Mar 14, 2024
Commit
04d9120
·
verified
·
1 Parent(s):
c89b869
Create auth.py
Browse files
Files changed (1)
hide
show
auth.py
+8
-0
auth.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
def auth_list_to_dict(auth_list):
2
+
pass
3
+
4
+
def load_auth_data(filename=None):
5
+
pass
6
+
7
+
def check_auth(user, password):
8
+
pass