test1978 commited on
Commit
b5a801d
·
verified ·
1 Parent(s): f1a347e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  TOKEN = os.environ.get("HF_TOKEN")
7
 
8
- model_repo = "typical-cyber/breakthrough-model"
9
  model_path = hf_hub_download(
10
  model_repo,
11
  "breakthrough_mcvs.py",
@@ -17,7 +17,7 @@ ns = {}
17
  with open(model_path, "r", encoding="utf-8-sig") as f:
18
  exec(f.read(), ns)
19
 
20
- db_repo = "typical-cyber/breakthrough-data"
21
  db_path = hf_hub_download(
22
  db_repo,
23
  "breakthrough_zone_db.npz",
 
5
 
6
  TOKEN = os.environ.get("HF_TOKEN")
7
 
8
+ model_repo = "test1978/breakthrough-model"
9
  model_path = hf_hub_download(
10
  model_repo,
11
  "breakthrough_mcvs.py",
 
17
  with open(model_path, "r", encoding="utf-8-sig") as f:
18
  exec(f.read(), ns)
19
 
20
+ db_repo = "test1978/breakthrough-data"
21
  db_path = hf_hub_download(
22
  db_repo,
23
  "breakthrough_zone_db.npz",