Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PBThuong96
/
chatbot
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
PBThuong96
commited on
Nov 22, 2025
Commit
e410773
·
verified
·
1 Parent(s):
13994e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -260,4 +260,4 @@ demo = gr.ChatInterface(
260
)
261
262
if __name__ == "__main__":
263
-
demo.launch()
260
)
261
262
if __name__ == "__main__":
263
+
demo.launch(
share=True
)