Higobeatz commited on
Commit
a82b1e3
·
verified ·
1 Parent(s): 43c1510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -78,6 +78,7 @@ dreamvoice.save_audio('gen_end2end2.wav', gen_end2end2, sr)
78
 
79
  ```python
80
  from dreamvoice import DreamVoice
 
81
  # Plugin mode can be used for traditional one-shot voice conversion
82
  dreamvoice = DreamVoice(mode='plugin', device='cuda')
83
  # Generate audio using traditional one-shot voice conversion
 
78
 
79
  ```python
80
  from dreamvoice import DreamVoice
81
+
82
  # Plugin mode can be used for traditional one-shot voice conversion
83
  dreamvoice = DreamVoice(mode='plugin', device='cuda')
84
  # Generate audio using traditional one-shot voice conversion