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:
sharktide
/
lightning
Like
0
Running
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
sharktide
commited on
Mar 5
Commit
fa385b3
·
verified
·
1 Parent(s):
6069f1c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -961,3 +961,6 @@ async def tiers():
961
}
962
]
963
)
961
}
962
]
963
)
964
+
965
+
@app.get("/portal")
966
+
return RedirectResponse(url="https://billing.stripe.com/p/login/test_6oUcN5g665rp7nLgaq8bS00", status_code=status.HTTP_302_FOUND))