IDS75912 commited on
Commit
4972ac8
·
1 Parent(s): 9231c87

initial commit2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from huggingface_hub import hf_hub_download
5
 
6
  # 1) download your SavedModel from the Hub
7
- repo_id = "CTAI2025"
8
  hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
9
  hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
10
  hf_hub_download(repo_id, filename="model.weights.h5", repo_type="model", local_dir="./model")
 
4
  from huggingface_hub import hf_hub_download
5
 
6
  # 1) download your SavedModel from the Hub
7
+ repo_id = "IDS75912/CTAIAnimalClassifier"
8
  hf_hub_download(repo_id, filename="config.json", repo_type="model", local_dir="./model")
9
  hf_hub_download(repo_id, filename="metadata.json", repo_type="model", local_dir="./model")
10
  hf_hub_download(repo_id, filename="model.weights.h5", repo_type="model", local_dir="./model")