Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yinkiu602
/
testsetsetsets
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yinkiu602
commited on
Jun 24, 2024
Commit
e7f32ac
·
verified
·
1 Parent(s):
99ce176
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
-
demo.launch()
60
61
62
if __name__ == "__main__":
63
+
demo.launch(
auth=("admin", "pass1234"
)
)