drgou commited on
Commit
98a756f
·
1 Parent(s): b2423fe
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 = "drgou/masterclass-2025"
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 = "drgou/howest-deployathome"
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")