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:
akhaliq
/
anycoder
like
3.27k
Running
App
Files
Files
Community
87
Fetching metadata from the HF Docker repository...
akhaliq
HF Staff
commited on
Nov 18, 2024
Commit
8c87ef1
·
1 Parent(s):
82951fd
update ssr model
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -219,6 +219,6 @@ with gr.Blocks(fill_height=True) as demo:
219
""")
220
221
222
-
demo.launch()
223
224
219
""")
220
221
222
+
demo.launch(
ssr_mode=False
)
223
224