roobee79 commited on
Commit
700af11
·
verified ·
1 Parent(s): 5bf14d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -165,6 +165,8 @@ from huggingface_hub import hf_hub_download
165
 
166
  REPO_ID = "roobee79/HNE2Cell"
167
 
 
 
168
  model_path = hf_hub_download(
169
  repo_id=REPO_ID,
170
  filename="HNE2cell_pub_patch73_jit.pt"
 
165
 
166
  REPO_ID = "roobee79/HNE2Cell"
167
 
168
+ config_path = hf_hub_download(repo_id=REPO_ID, filename="config.json")
169
+
170
  model_path = hf_hub_download(
171
  repo_id=REPO_ID,
172
  filename="HNE2cell_pub_patch73_jit.pt"