Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macadeliccc
/
large-dog-breed-classifier
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
macadeliccc
commited on
Nov 10, 2023
Commit
1178181
·
1 Parent(s):
4c200b6
working
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ iface = gr.Interface(
42
)
43
44
# Launch the interface
45
-
iface.launch()
42
)
43
44
# Launch the interface
45
+
iface.launch(
share=True
)