Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
id-ai-comunity
/
chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hev832
commited on
Aug 1, 2024
Commit
55a4fc6
·
verified
·
1 Parent(s):
0c03574
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo = gr.ChatInterface(
75
76
77
if __name__ == "__main__":
78
-
demo.launch()
75
76
77
if __name__ == "__main__":
78
+
demo.
queue(api_open=False).
launch(
show_api=False
)