Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexnasa
/
pixel3dmm
like
93
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
alexnasa
commited on
28 days ago
Commit
e4e337f
·
verified
·
1 Parent(s):
23116b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -375,4 +375,4 @@ with gr.Blocks(css=css) as demo:
375
376
demo.queue()
377
378
-
demo.launch(
share
=
True
, mcp_server=True)
375
376
demo.queue()
377
378
+
demo.launch(
ssr_mode
=
False
, mcp_server=True)