test1978 commited on
Commit
eb61386
·
verified ·
1 Parent(s): 38d2308

update app.py

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