Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yosuke123456
/
chatappdemo01
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
yosuke123456
commited on
Jan 16, 2024
Commit
55caba7
Β·
verified
Β·
1 Parent(s):
6f9e986
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -157,4 +157,4 @@ with gr.Blocks() as demo:
157
)
158
159
demo.queue()
160
-
demo.launch(
auth=("root", "test123456"),
share=True)
157
)
158
159
demo.queue()
160
+
demo.launch(share=True)