Sapir commited on
Commit
0972f71
1 Parent(s): 16d4c46

Orah to xora fix.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ Then, download the model from [Hugging Face](https://huggingface.co/Lightricks/X
39
  from huggingface_hub import snapshot_download
40
 
41
  model_path = 'PATH' # The local directory to save downloaded checkpoint
42
- snapshot_download("Lightricks/Orah", local_dir=model_path, local_dir_use_symlinks=False, repo_type='model')
43
  ```
44
 
45
  ## Inference
 
39
  from huggingface_hub import snapshot_download
40
 
41
  model_path = 'PATH' # The local directory to save downloaded checkpoint
42
+ snapshot_download("Lightricks/Xora", local_dir=model_path, local_dir_use_symlinks=False, repo_type='model')
43
  ```
44
 
45
  ## Inference