Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -243,8 +243,7 @@ demo_play = gr.Interface(fn=tts,
|
|
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 |
-
auth=("aiq", "camp")
|
247 |
)
|
248 |
|
249 |
if __name__ == '__main__':
|
250 |
-
demo_play.launch()
|
|
|
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__':
|
249 |
+
demo_play.launch(auth=("aiq", "camp"))
|