Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sudip2003
/
Cat-Dog-classifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sudip2003
commited on
Jun 24, 2024
Commit
a9e59f3
·
verified
·
1 Parent(s):
c5417d3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ interface = gr.Interface(fn=predict_image,
41
description="Upload an Image")
42
43
44
-
interface.launch()
41
description="Upload an Image")
42
43
44
+
interface.launch(
share=True
)