Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
seawolf2357/bnews1
seawolf2357
/
bnews2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
seawolf2357
commited on
Sep 14, 2024
Commit
87c30bb
·
verified
·
1 Parent(s):
1bad155
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ def create_home_screen():
66
67
if __name__ == "__main__":
68
home = create_home_screen()
69
-
home.launch()
66
67
if __name__ == "__main__":
68
home = create_home_screen()
69
+
home.launch(
auth=("gini","pick"
)
)