seawolf2357 commited on
Commit
0a7530e
·
verified ·
1 Parent(s): ca60d7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"))