Flux9665 commited on
Commit
1938514
1 Parent(s): 1c8238e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ from run_model_downloader import download_models
7
  from run_gradio_demo import TTSWebUI
8
 
9
  download_models()
10
- TTSWebUI(gpu_id="cpu", title="Design a Speaker", article="We use a GAN to generate a speaker embedding for the TTS to use. The GAN has a control mechanism integrated, so you can directly influence the generated embeddings in multiple intuitive ways! When combining this with a bunch of simple heuristic controls that FastPitch enables, there's quite a lot that you can edit.")
 
7
  from run_gradio_demo import TTSWebUI
8
 
9
  download_models()
10
+ TTSWebUI(gpu_id="cpu", title="Design a Speaker", article="We use a GAN to generate a speaker embedding for the TTS to use. The GAN has a control mechanism integrated, so you can directly influence the generated embeddings in multiple intuitive ways! When combining this with a bunch of simple heuristic controls, there's quite a lot that you can edit.")