Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StKirill
/
chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
StKirill
commited on
Feb 18, 2024
Commit
e878310
·
verified
·
1 Parent(s):
4eb74c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -468,4 +468,4 @@ with gr.Blocks() as demo:
468
clear_btn=None,
469
)
470
471
-
demo.launch(debug=False)
468
clear_btn=None,
469
)
470
471
+
demo.launch(debug=False
, share=True
)