Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ekimetrics
/
climate-question-answering
like
150
Running
App
Files
Files
Community
29
Fetching metadata from the HF Docker repository...
timeki
commited on
Oct 17, 2024
Commit
3b3f1fb
·
1 Parent(s):
31b2636
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
)