Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ekimetrics
/
climate-question-answering
like
137
Running
App
Files
Files
Community
17
timeki
commited on
Oct 17
Commit
e77b244
•
1 Parent(s):
a207af9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -487,4 +487,4 @@ with gr.Blocks(title="Climate Q&A", css_paths=os.getcwd()+ "/style.css", theme=t
487
488
demo.queue()
489
490
-
demo.launch()
487
488
demo.queue()
489
490
+
demo.launch(
ssr_mode=False
)