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...
Update app.py
#1
by
duanduanher
- opened
Apr 25, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
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