narugo1992 commited on
Commit
e960840
·
verified ·
1 Parent(s): b433c5e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -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
+ )