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:
MohamedRashad
/
Infinity
like
9
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#1
by
Tonic
- opened
Feb 22, 2025
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -591,4 +591,4 @@ with gr.Blocks() as demo:
591
)
592
593
# Launch the Gradio app
594
-
demo.launch()
591
)
592
593
# Launch the Gradio app
594
+
demo.launch(
ssr_mode=False
)