Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ if __name__ == "__main__":
|
|
84 |
gr.Audio(label="Generated Audio", type="filepath"),
|
85 |
gr.Textbox(label="Status", interactive=False)
|
86 |
],
|
87 |
-
title="Text-to-Speech Synthesizer with
|
88 |
description="Enter text and model ID to generate speech. Optionally, clone the voice using a reference speaker."
|
89 |
)
|
90 |
iface.launch()
|
|
|
84 |
gr.Audio(label="Generated Audio", type="filepath"),
|
85 |
gr.Textbox(label="Status", interactive=False)
|
86 |
],
|
87 |
+
title="Text-to-Speech Synthesizer with OpenVoice",
|
88 |
description="Enter text and model ID to generate speech. Optionally, clone the voice using a reference speaker."
|
89 |
)
|
90 |
iface.launch()
|