Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Iker
/
ClickbaitAnnotation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Iker
commited on
Mar 5, 2024
Commit
e0ac9f6
·
1 Parent(s):
81a2abe
Add password
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -250,4 +250,4 @@ with gr.Blocks(
250
)
251
252
253
-
demo.launch()
250
)
251
252
253
+
demo.launch(
auth=(os.environ.get("pass"
)
, os.environ.get("pass")))