Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sa-m
/
Brand-Logo-Classification
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sa-m
commited on
5 days ago
Commit
5b61680
·
verified
·
1 Parent(s):
10e5795
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
)
44
45
if __name__ == "__main__":
46
-
iface.launch(debug=False)
43
)
44
45
if __name__ == "__main__":
46
+
iface.launch(debug=False
,share=True
)