Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jianfeng777
/
Car_Bike_Classification
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jianfeng777
commited on
Dec 5, 2023
Commit
8f7d5fd
·
1 Parent(s):
1d1eedc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ iface = Interface(
55
)
56
57
# 启动界面
58
-
iface.launch()
55
)
56
57
# 启动界面
58
+
iface.launch(
share=True
)