Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
proxima-fusion/constellaration-bench
ginkgo-datapoints
/
abdev-leaderboard
like
36
Running
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
loodvanniekerkginkgo
commited on
Aug 21
Commit
d4cc92c
·
1 Parent(s):
d00113e
Disable SSR mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -196,4 +196,4 @@ with gr.Blocks() as demo:
196
)
197
198
if __name__ == "__main__":
199
-
demo.launch()
196
)
197
198
if __name__ == "__main__":
199
+
demo.launch(
ssr_mode=False
)