Ruslan Magana Vsevolodovna commited on
Commit
5dcd4e9
1 Parent(s): bbde50e

adding more examples

Browse files
Files changed (3) hide show
  1. app.py +3 -2
  2. musk.mp3 +0 -0
  3. queen.mp3 +0 -0
app.py CHANGED
@@ -371,8 +371,9 @@ demo = gr.Interface(
371
  </div>''',
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
 
371
  </div>''',
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
 
musk.mp3 ADDED
Binary file (761 kB). View file
queen.mp3 ADDED
Binary file (551 kB). View file