Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minishlab
/
semantic-deduplication
like
37
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#4
by
Tonic
- opened
15 days ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -431,4 +431,4 @@ with gr.Blocks(
431
outputs=push_output,
432
)
433
434
-
demo.launch()
431
outputs=push_output,
432
)
433
434
+
demo.launch(
ssr_mode=False
)