Podtekatel commited on
Commit
411db9f
1 Parent(s): f94c7af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ MODEL_IMG_SIZE = 512
19
  usage_count = 0 # Based on hugging face logs
20
  def load_model():
21
  REPO_ID = "Podtekatel/ArcaneVSK2"
22
- FILENAME_OLD = "arcane_exp_228_ep_159_512_res_V2.onnx"
23
 
24
  global model_old
25
  global pipeline_old
 
19
  usage_count = 0 # Based on hugging face logs
20
  def load_model():
21
  REPO_ID = "Podtekatel/ArcaneVSK2"
22
+ FILENAME_OLD = "arcane_exp_228_ep_414_512_res_V2.onnx"
23
 
24
  global model_old
25
  global pipeline_old