Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
microsoft/TRELLIS.2
choephix
/
TRELLIS.2
like
2
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
choephix
commited on
Mar 7
Commit
a8a74ee
·
verified
·
1 Parent(s):
e872c67
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -683,4 +683,5 @@ if __name__ == "__main__":
683
)),
684
}
685
686
-
demo.launch(css=css, head=head)
683
)),
684
}
685
686
+
#
demo.launch(css=css, head=head)
687
+
demo.launch(server_name="0.0.0.0", server_port=7860, css=css, head=head)