typical-cyber commited on
Commit
9758d22
Β·
verified Β·
1 Parent(s): 250700c

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ TOKEN = os.environ.get("HF_TOKEN")
37
  # ABCModelDynamic, WeightedMatrixABC, move_to_index, …
38
  # ─────────────────────────────────────────────────────────────────────────────
39
  _model_path = hf_hub_download(
40
- "test1978/breakthrough-model",
41
  "breakthrough_mcvs.py",
42
  repo_type="model",
43
  token=TOKEN,
@@ -49,7 +49,7 @@ with open(_model_path, "r", encoding="utf-8-sig") as _fh:
49
  # 2. Load the zone database from Hub dataset repo.
50
  # ─────────────────────────────────────────────────────────────────────────────
51
  _db_path = hf_hub_download(
52
- "test1978/breakthrough-data",
53
  "breakthrough_zone_db.npz",
54
  repo_type="dataset",
55
  token=TOKEN,
 
37
  # ABCModelDynamic, WeightedMatrixABC, move_to_index, …
38
  # ─────────────────────────────────────────────────────────────────────────────
39
  _model_path = hf_hub_download(
40
+ "typical-cyber/breakthrough-model",
41
  "breakthrough_mcvs.py",
42
  repo_type="model",
43
  token=TOKEN,
 
49
  # 2. Load the zone database from Hub dataset repo.
50
  # ─────────────────────────────────────────────────────────────────────────────
51
  _db_path = hf_hub_download(
52
+ "typical-cyber/breakthrough-data",
53
  "breakthrough_zone_db.npz",
54
  repo_type="dataset",
55
  token=TOKEN,