Hajorda commited on
Commit
c6a801f
·
verified ·
1 Parent(s): 11d91f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ from huggingface_hub import hf_hub_download
18
  # --- Re-use your model definition and loading functions ---
19
  # (This part would be similar to your inference.py)
20
 
21
- HF_USERNAME = "YOUR_HF_USERNAME" # Or the username of the model owner
22
- HF_MODEL_NAME = "my-pet-breed-classifier-swin-tiny"
23
  REPO_ID = f"{HF_USERNAME}/{HF_MODEL_NAME}"
24
 
25
  cfg_dict_for_inference = {
 
18
  # --- Re-use your model definition and loading functions ---
19
  # (This part would be similar to your inference.py)
20
 
21
+ HF_USERNAME = "Hajorda" # Or the username of the model owner
22
+ HF_MODEL_NAME = "keduClasifier"
23
  REPO_ID = f"{HF_USERNAME}/{HF_MODEL_NAME}"
24
 
25
  cfg_dict_for_inference = {