kmn5409 commited on
Commit
bdcf038
Β·
1 Parent(s): a02a022

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -34,7 +34,7 @@ def _update_model_dict_if_hf_token_is_given(
34
  for dic in model_dict.values():
35
  ckpt_path = dic['model']
36
  name = ckpt_path.split('/')[-1]
37
- ckpt_path = huggingface_hub.hf_hub_download('kmn5409/mmdetection',
38
  f'models/{name}',
39
  use_auth_token=token)
40
  dic['model'] = ckpt_path
 
34
  for dic in model_dict.values():
35
  ckpt_path = dic['model']
36
  name = ckpt_path.split('/')[-1]
37
+ ckpt_path = huggingface_hub.hf_hub_download('kmn5409/Flower_Model',
38
  f'models/{name}',
39
  use_auth_token=token)
40
  dic['model'] = ckpt_path