Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AndresHdzC/pytorch-wildlife
ai-for-good-lab
/
pytorch-wildlife
like
6
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danielaruizl1
commited on
18 days ago
Commit
3e93178
·
verified
·
1 Parent(s):
a4fb9b1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -344,4 +344,4 @@ with gr.Blocks() as demo:
344
345
if __name__ == "__main__":
346
demo.queue()
347
-
demo.launch()
344
345
if __name__ == "__main__":
346
demo.queue()
347
+
demo.launch(
share=True
)