Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
carlosgonzalezmartinez
/
forest_monitoring
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
carlosgonzalezmartinez
commited on
Oct 28, 2024
Commit
a7727aa
·
verified
·
1 Parent(s):
76cd448
app 1
Browse files
primero
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -111,5 +111,6 @@ demo = gr.Interface(
111
concurrency_limit=8
112
)
113
114
demo.queue()
115
demo.launch(share=False)
111
concurrency_limit=8
112
)
113
114
+
115
demo.queue()
116
demo.launch(share=False)