ZiyueJiang commited on
Commit
107b5f6
·
1 Parent(s): e40c637

update head of readme

Browse files
Files changed (1) hide show
  1. tts/gradio_api.py +1 -1
tts/gradio_api.py CHANGED
@@ -91,6 +91,6 @@ if __name__ == '__main__':
91
  description="Upload a speech clip as a reference for timbre, " +
92
  "upload the pre-extracted latent file, "+
93
  "input the target text, and receive the cloned voice.", concurrency_limit=1)
94
- api_interface.launch(server_name='0.0.0.0', server_port=7929, debug=True)
95
  for p in processes:
96
  p.join()
 
91
  description="Upload a speech clip as a reference for timbre, " +
92
  "upload the pre-extracted latent file, "+
93
  "input the target text, and receive the cloned voice.", concurrency_limit=1)
94
+ api_interface.launch(server_name='0.0.0.0', debug=True)
95
  for p in processes:
96
  p.join()