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:
Duplicated from
vibs08/Text-to-3D
vibs08
/
FastAPI-Text-to-3D
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vibs08
commited on
Aug 18, 2024
Commit
0f95895
·
verified
·
1 Parent(s):
9513502
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -243,4 +243,4 @@ with gr.Blocks() as demo:
243
)
244
245
demo.queue(max_size=10)
246
-
demo.launch()
243
)
244
245
demo.queue(max_size=10)
246
+
demo.launch(
auth=(os.getenv('USERNAME'
)
, os.getenv('PASSWORD')))