Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
edithram23
/
Chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
edithram23
commited on
Oct 30, 2024
Commit
acb20c3
·
verified
·
1 Parent(s):
ac12f77
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,4 +84,4 @@ with gr.Blocks() as demo:
84
)
85
86
if __name__ == "__main__":
87
-
demo.launch(
server_port=9000,
quiet=True
,show_api=False,app_kwargs={"docs_url":'/docs'}
)
84
)
85
86
if __name__ == "__main__":
87
+
demo.launch(quiet=True)