Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Praveen0309
/
Chatbot_1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Praveen0309
commited on
May 1, 2024
Commit
2afa2ba
·
1 Parent(s):
165a317
Application1.1
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,5 +91,5 @@ with gr.Blocks() as app:
91
chatbot
92
)
93
app.queue()
94
-
app.launch(debug=True
,share=True
)
95
91
chatbot
92
)
93
app.queue()
94
+
app.launch(debug=True)
95