Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MarcusLoren/MeshGPT
ifire
/
text-to-mesh-preview
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ifire
commited on
Jun 20, 2024
Commit
00b1d4a
·
verified
·
1 Parent(s):
efa73e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ gradio_app = gr.Interface(
54
)
55
56
if __name__ == "__main__":
57
-
gradio_app.launch(
share=True
)
54
)
55
56
if __name__ == "__main__":
57
+
gradio_app.launch()