Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nguyen5
/
chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nguyen5
commited on
Dec 4, 2025
Commit
5f3a5fb
·
1 Parent(s):
f2f54b4
commit
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -119,4 +119,5 @@ with gr.Blocks() as demo:
119
)
120
121
if __name__ == "__main__":
122
-
demo.
queue().
launch(ssr_mode=False
, show_error=True
)
119
)
120
121
if __name__ == "__main__":
122
+
demo.launch(ssr_mode=False)
123
+