dylan-plummer commited on
Commit
1403428
·
1 Parent(s): 8d99f64

switch to orc2

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,7 +10,9 @@ from pathlib import Path
10
  from tensorflow.keras.models import model_from_json
11
  from huggingface_hub import hf_hub_download
12
 
13
- input_file = hf_hub_download(repo_id="dylanplummer/hicorr", filename="arima_beta.chr22", repo_type="dataset", token=os.environ['DATASET_SECRET'])
 
 
14
 
15
  data_dir = 'data/'
16
  sparse_data_dir = 'data/sparse_data/'
 
10
  from tensorflow.keras.models import model_from_json
11
  from huggingface_hub import hf_hub_download
12
 
13
+ #input_file = hf_hub_download(repo_id="dylanplummer/hicorr", filename="arima_beta.chr22", repo_type="dataset", token=os.environ['DATASET_SECRET'])
14
+ input_file = hf_hub_download(repo_id="dylanplummer/hicorr", filename="ORC2.chr22", repo_type="dataset", token=os.environ['DATASET_SECRET'])
15
+
16
 
17
  data_dir = 'data/'
18
  sparse_data_dir = 'data/sparse_data/'