Spaces:
Runtime error
Runtime error
Orah to xora fix.
Browse files
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/
|
| 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
|