Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
openai/point-e
soiz1
/
point-e
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
soiz1
commited on
Jan 26
Commit
227802c
·
verified
·
1 Parent(s):
7493cf8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ demo = gr.Interface(
82
"""
83
)
84
demo.queue(max_size=30)
85
-
demo.launch(debug=True)
82
"""
83
)
84
demo.queue(max_size=30)
85
+
demo.launch(debug=True
, server_name="0.0.0.0", server_port=7860
)