Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -372,8 +372,8 @@ demo = gr.Interface(
|
|
372 |
</div>''',
|
373 |
|
374 |
examples = [["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","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","musk.mp3"]
|
376 |
-
|
377 |
]
|
378 |
|
379 |
)
|
|
|
372 |
</div>''',
|
373 |
|
374 |
examples = [["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","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","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","queen.mp3"]
|
377 |
]
|
378 |
|
379 |
)
|