HuSusu commited on
Commit
f2d8221
·
verified ·
1 Parent(s): 76c6aa4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ from huggingface_hub import hf_hub_download
38
  import torch
39
 
40
  # Download the model checkpoint
41
- checkpoint_path = hf_hub_download(repo_id="HuSusu/MoLF", filename="MoLF_latent_vae.ckpt")
42
 
43
  # Load weights (Pseudo-code: replace with your actual model class)
44
  # model = HistoPrism(config=...)
 
38
  import torch
39
 
40
  # Download the model checkpoint
41
+ checkpoint_path = hf_hub_download(repo_id="HuSusu/MoLF", filename=ckpt/latent_flow/latent_flow_split_0.pt")
42
 
43
  # Load weights (Pseudo-code: replace with your actual model class)
44
  # model = HistoPrism(config=...)