Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
menyifang
/
En3D
like
10
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
duanduanher
commited on
Apr 25, 2024
Commit
7fdda2c
·
verified
·
1 Parent(s):
88f1bdc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,5 +37,5 @@ with gr.Blocks() as demo:
37
38
if __name__ == "__main__":
39
demo.queue(max_size=100)
40
-
demo.launch(share=
False
)
41
37
38
if __name__ == "__main__":
39
demo.queue(max_size=100)
40
+
demo.launch(share=
True
)
41