Spaces:
Running
Running
Update app.py
Browse files
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
|
|
|
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.")
|