Skip to content

Commit c3a300e

Browse files
fix README
1 parent be597c9 commit c3a300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Once trained, you can reconstruct an entire folder containing wav files using
3030
python reconstruct.py --ckpt /path/to/checkpoint --wav-folder /path/to/wav/folder
3131
```
3232

33-
You can also export RAVE to a `torchscript` file and use the `encode` and `decode` methods on tensors.
33+
You can also export RAVE to a `torchscript` file using `export_rave.py` and use the `encode` and `decode` methods on tensors.
3434

3535
## MAX / MSP - PureData usage
3636

0 commit comments

Comments
 (0)