Ruslan Magana Vsevolodovna commited on
Commit
3d8daab
1 Parent(s): 30f5d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
app.py CHANGED
@@ -14,7 +14,7 @@ from vocoder import inference as vocoder
14
  import time
15
  import librosa
16
  import numpy as np
17
- #import sounddevice as sd
18
  import soundfile as sf
19
  import argparse
20
  from utils.argutils import print_args
@@ -372,9 +372,13 @@ demo = gr.Interface(
372
 
373
  examples = [
374
  ["I am the cloned version of Donald Trump. Well. I think what's happening to this country is unbelievably bad. We're no longer a respected country" ,"trump.mp3",]
375
- #["I am the cloned version of Elon Musk. Persistence is very important. You should not give up unless you are forced to give up.","musk.mp3",] ,
376
- #["I am the cloned version of Elizabeth. It has always been easy to hate and destroy. To build and to cherish is much more difficult." ,"queen.mp3",]
377
  ]
 
 
 
 
 
378
 
379
  )
380
  demo.launch()
 
14
  import time
15
  import librosa
16
  import numpy as np
17
+ import sounddevice as sd
18
  import soundfile as sf
19
  import argparse
20
  from utils.argutils import print_args
 
372
 
373
  examples = [
374
  ["I am the cloned version of Donald Trump. Well. I think what's happening to this country is unbelievably bad. We're no longer a respected country" ,"trump.mp3",]
375
+
 
376
  ]
377
+
378
+
379
+
380
+
381
+
382
 
383
  )
384
  demo.launch()