limitedonly41 commited on
Commit
88ac0c7
·
verified ·
1 Parent(s): 4a993b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def predict(image):
67
 
68
  # Download ONNX model from Hugging Face Hub
69
  onnx_model_path = hf_hub_download(repo_id="limitedonly41/offers_26cls",
70
- filename="best.onnx",
71
  use_auth_token=HF_TOKEN)
72
 
73
  # Load ONNX model
 
67
 
68
  # Download ONNX model from Hugging Face Hub
69
  onnx_model_path = hf_hub_download(repo_id="limitedonly41/offers_26cls",
70
+ filename="offers_26_best_v2.onnx",
71
  use_auth_token=HF_TOKEN)
72
 
73
  # Load ONNX model