Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
itsxpulse
/
401
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Junaidb
commited on
Nov 25, 2025
Commit
06b9102
·
verified
·
1 Parent(s):
126657d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,5 +52,5 @@ app.add_middleware(
52
53
@app.get("/x401_auth")
54
def Auth401(request:Request):
55
-
return {"
address
":""}
56
52
53
@app.get("/x401_auth")
54
def Auth401(request:Request):
55
+
return {"
token
":""}
56