narugo1992 commited on
Commit
e8760fb
1 Parent(s): f4177d4

dev(narugo): use new models

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -98,7 +98,8 @@ def image_to_tensor(pic: Image.Image, size: int = 512, keep_ratio: float = True,
98
 
99
 
100
  MODELS = [
101
- 'caformer_m36-3-80000.onnx',
 
102
  'TResnet-D-FLq_ema_6-30000.onnx',
103
  'TResnet-D-FLq_ema_6-10000.onnx',
104
  'TResnet-D-FLq_ema_4-10000.onnx',
 
98
 
99
 
100
  MODELS = [
101
+ 'ml_caformer_m36_dec-5-97527.onnx',
102
+ 'ml_caformer_m36_dec-3-80000.onnx',
103
  'TResnet-D-FLq_ema_6-30000.onnx',
104
  'TResnet-D-FLq_ema_6-10000.onnx',
105
  'TResnet-D-FLq_ema_4-10000.onnx',