Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hysts
/
ViTPose-transformers
like
190
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
onuralpszr
commited on
10 days ago
Commit
c36d0ca
·
verified
·
1 Parent(s):
ec1468b
fix: 🐞 disable server-side rendering in demo launch for fix markdown html
Browse files
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
)