Nephele commited on
Commit
0cd61fa
1 Parent(s): ad97af3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ import pytz
15
 
16
  net_g = None
17
  models = {
18
- "V1": "./MODELS/v1100.pth",
19
- "V2": "./MODELS/180_3000.pth",
20
  "V3":"./MODELS/v3_8000.pth"
21
 
22
  }
 
15
 
16
  net_g = None
17
  models = {
18
+ "V1": "./MODELS/v1-1100.pth",
19
+ "V2": "./MODELS/v2_3000.pth",
20
  "V3":"./MODELS/v3_8000.pth"
21
 
22
  }