Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dev-immersfy
/
comic-grading
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Manish Gupta
commited on
Dec 17, 2024
Commit
4708917
·
1 Parent(s):
dc7cb0d
Added auth.
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -219,4 +219,4 @@ with gr.Blocks() as demo:
219
],
220
)
221
222
-
demo.launch()
219
],
220
)
221
222
+
demo.launch(
auth=("admin", "Qrt@12*34#immersfy"
)
)