Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vibs08
/
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')))