Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
minishlab
/
semantic-deduplication
like
39
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#4
by
Tonic
- opened
Jun 10, 2025
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
)