Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
infinite-dataset-hub/infinite-dataset-hub
acecalisto3
/
Infini-d-set
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
3 days ago
Commit
6cc42f1
·
verified
·
1 Parent(s):
303a80b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -905,4 +905,4 @@ with gr.Blocks(css=css) as demo:
905
yield {search_page: gr.Column(visible=True)}
906
907
908
-
demo.launch()
905
yield {search_page: gr.Column(visible=True)}
906
907
908
+
demo.launch(
ssr_mode=False
)
()