test1978 commited on
Commit
5f35e08
·
verified ·
1 Parent(s): 1f37b1b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ TOKEN = os.environ.get("HF_TOKEN")
8
 
9
 
10
  # MODEL repo (model type)
11
- model_repo = "typical-cyber/breakthrough-model"
12
  model_path = hf_hub_download(
13
  model_repo,
14
  "breakthrough_mcvs.py",
@@ -20,7 +20,7 @@ with open(model_path, "r", encoding="utf-8-sig") as f:
20
 
21
 
22
  # DB dataset (dataset type!)
23
- db_repo = "typical-cyber/breakthrough-data"
24
  db_path = hf_hub_download(
25
  db_repo,
26
  "breakthrough_zone_db.npz",
 
8
 
9
 
10
  # MODEL repo (model type)
11
+ model_repo = "test1978/breakthrough-model"
12
  model_path = hf_hub_download(
13
  model_repo,
14
  "breakthrough_mcvs.py",
 
20
 
21
 
22
  # DB dataset (dataset type!)
23
+ db_repo = "test1978/breakthrough-data"
24
  db_path = hf_hub_download(
25
  db_repo,
26
  "breakthrough_zone_db.npz",