atalaydenknalbant commited on
Commit
218faaa
·
verified ·
1 Parent(s): e859b81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
8
  # Helper function to download models from Hugging Face
9
  def get_model_path(model_name):
10
  model_cache_path = hf_hub_download(
11
- repo_id="atalaydenknalbant/budgerigar_gender_models",
12
  filename=model_name
13
  )
14
  return model_cache_path
 
8
  # Helper function to download models from Hugging Face
9
  def get_model_path(model_name):
10
  model_cache_path = hf_hub_download(
11
+ repo_id="atalaydenknalbant/budgerigar_yolo_models",
12
  filename=model_name
13
  )
14
  return model_cache_path