Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
EssBony
/
RAG-Science-Animale
like
1
Sleeping
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
EssBony
commited on
May 1
Commit
5c9edb5
·
verified
·
1 Parent(s):
5855ea7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -144,4 +144,4 @@ demo = gr.ChatInterface(
144
145
# ===================LANCEMENT ===============
146
147
-
demo.launch()
144
145
# ===================LANCEMENT ===============
146
147
+
demo.launch(
ssr_mode=False
)