Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hugging-science
/
dataset-quest
like
9
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#2
by
Tonic
- opened
Sep 19
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -184,4 +184,4 @@ with gr.Blocks(title="Community Dataset Index", css=".wrap {max-width: 1200px; m
184
185
186
if __name__ == "__main__":
187
-
demo.launch()
184
185
186
if __name__ == "__main__":
187
+
demo.launch(
ssr_mode=False
)