jadechoghari commited on
Commit
12df05e
·
verified ·
1 Parent(s): 0fed967

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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