Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gainforest/WeCanopy
biodivx
/
WeCanopy
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
umgefahren
commited on
Jun 3, 2024
Commit
d58c83c
·
1 Parent(s):
4b55779
Listen on all interfaces
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -162,7 +162,7 @@ demo = gr.Interface(
162
outputs=gr.Plot(label="Tree Crowns")
163
)
164
165
-
demo.launch()
166
167
168
162
outputs=gr.Plot(label="Tree Crowns")
163
)
164
165
+
demo.launch(
server_name='0.0.0.0'
)
166
167
168