Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bickallen
/
MSAI631_SimpleChatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bickallen
commited on
Jan 26, 2025
Commit
9356372
·
verified
·
1 Parent(s):
293a295
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ demo = gr.ChatInterface(
69
70
71
if __name__ == "__main__":
72
-
demo.launch(
share=True
)
69
70
71
if __name__ == "__main__":
72
+
demo.launch()