Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepghs
/
timms
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
narugo1992
commited on
Jan 20
Commit
e960840
·
verified
·
1 Parent(s):
b433c5e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
from imgutils.generic import ClassifyModel
2
+
3
+
model = ClassifyModel('deepghs/timms')
4
+
model.launch_demo(
5
+
default_model_name='mobilenetv4_conv_large.e600_r384_in1k',
6
+
)