Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hysts
/
ViTPose-transformers
like
229
Configuration error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
fix: π disable ssr for render to markdown html properly
#4
by
onuralpszr
- opened
Jul 17, 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
@@ -284,4 +284,4 @@ with gr.Blocks(css_paths="style.css") as demo:
284
285
286
if __name__ == "__main__":
287
-
demo.launch(mcp_server=True)
284
285
286
if __name__ == "__main__":
287
+
demo.launch(mcp_server=True
, ssr_mode=False
)