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:
ginigen
/
cartoon
like
45
Paused
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Fixes 500 errors for some users
#2
by
Tonic
- opened
Jan 16, 2025
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
@@ -235,4 +235,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo
235
)
236
237
demo.queue()
238
-
demo.launch()
235
)
236
237
demo.queue()
238
+
demo.launch(
ssr_mode=False
)