jadechoghari
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,7 @@ checkpoint_path = "/content/VoiceRestore"
|
|
24 |
model = AutoModel.from_pretrained(checkpoint_path, trust_remote_code=True)
|
25 |
model("test_input.wav", "test_output.wav")
|
26 |
#add short=False if audio is > 10 seconds
|
|
|
27 |
```
|
28 |
|
29 |
|
|
|
24 |
model = AutoModel.from_pretrained(checkpoint_path, trust_remote_code=True)
|
25 |
model("test_input.wav", "test_output.wav")
|
26 |
#add short=False if audio is > 10 seconds
|
27 |
+
model("long.mp3", "long_output.mp3")
|
28 |
```
|
29 |
|
30 |
|