Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
selamw
/
BirdWatcher
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
selamw
commited on
Oct 18, 2024
Commit
7265096
·
verified
·
1 Parent(s):
aeaeda9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ with gr.Blocks(css=css) as demo:
136
label='Examples 👇'
137
)
138
139
-
demo.launch(debug=True)
136
label='Examples 👇'
137
)
138
139
+
demo.launch(debug=True
, share=True
)