Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eudoxie
/
Chat_Bot
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
eudoxie
commited on
Jan 16
Commit
a472b3f
·
verified
·
1 Parent(s):
f762aad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -88,4 +88,4 @@ if __name__=="__main__":
88
#cache_examples=False,
89
chatbot=chatbot)
90
91
-
demo.launch()
88
#cache_examples=False,
89
chatbot=chatbot)
90
91
+
demo.launch(
share = True
)