Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OlamideKayode
/
Lammy_Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
OlamideKayode
commited on
Jul 19, 2025
Commit
a4b1026
·
verified
·
1 Parent(s):
7095018
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -151,5 +151,5 @@ with gr.Blocks() as demo:
151
152
# demo.launch()
153
if __name__ == "__main__":
154
-
demo.launch()
155
151
152
# demo.launch()
153
if __name__ == "__main__":
154
+
demo.launch(
show_api=False
)
155