Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ demo_play = gr.Interface(fn=tts,
|
|
242 |
["I am Marlon Brando of God Father. Be the change that you wish to see in the world", "./example/MarlonBrando.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
243 |
["I am Obama. Be the change that you wish to see in the world", "./example/obama.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
244 |
["I am Trump. Be the change that you wish to see in the world", "./example/trump.wav", 0.333,0.333, 1.0, 1.0, 0, 1111]],
|
245 |
-
css=css
|
246 |
)
|
247 |
|
248 |
if __name__ == '__main__':
|
|
|
242 |
["I am Marlon Brando of God Father. Be the change that you wish to see in the world", "./example/MarlonBrando.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
243 |
["I am Obama. Be the change that you wish to see in the world", "./example/obama.wav", 0.333,0.333, 1.0, 1.0, 0, 1111],
|
244 |
["I am Trump. Be the change that you wish to see in the world", "./example/trump.wav", 0.333,0.333, 1.0, 1.0, 0, 1111]],
|
245 |
+
css=css
|
246 |
)
|
247 |
|
248 |
if __name__ == '__main__':
|