Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Moibe/astro-blend
Moibe
/
astro-blendDEV
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Moibe
commited on
Nov 1, 2024
Commit
4292e84
·
1 Parent(s):
096093c
Revert tests
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: True}") as main:
89
allow_flagging='never'
90
)
91
92
-
main.launch()
89
allow_flagging='never'
90
)
91
92
+
main.launch(
auth=auth.authenticate
)