mkulyma commited on
Commit
aca3142
·
verified ·
1 Parent(s): e0a2780

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,13 +38,13 @@ from huggingface_hub import hf_hub_download
38
 
39
  # Download Real-ESRGAN model
40
  realesrgan_path = hf_hub_download(
41
- repo_id="maina/nightingale-models",
42
  filename="RealESRGAN_x4plus.pth"
43
  )
44
 
45
  # Download RIFE model
46
  rife_path = hf_hub_download(
47
- repo_id="maina/nightingale-models",
48
  filename="RIFE_v4.6.pth"
49
  )
50
  ```
 
38
 
39
  # Download Real-ESRGAN model
40
  realesrgan_path = hf_hub_download(
41
+ repo_id="mkulyma/nightingale-models",
42
  filename="RealESRGAN_x4plus.pth"
43
  )
44
 
45
  # Download RIFE model
46
  rife_path = hf_hub_download(
47
+ repo_id="mkulyma/nightingale-models",
48
  filename="RIFE_v4.6.pth"
49
  )
50
  ```