Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ my_article = "<h3>User guide</h3><p>1. Press the Submit button to generate a spe
|
|
44 |
|
45 |
my_inputs = [
|
46 |
gr.Textbox(lines=5, label="Input Text"),
|
47 |
-
gr.Radio(label="Speaker", choices = TTS_VOICES
|
48 |
-
gr.Radio(label="Language", choices = TTS_LANGUAGES
|
49 |
]
|
50 |
|
51 |
my_outputs = gr.Audio(type="file", label="Output Audio")
|
|
|
44 |
|
45 |
my_inputs = [
|
46 |
gr.Textbox(lines=5, label="Input Text"),
|
47 |
+
gr.Radio(label="Speaker", choices = TTS_VOICES),
|
48 |
+
gr.Radio(label="Language", choices = TTS_LANGUAGES),
|
49 |
]
|
50 |
|
51 |
my_outputs = gr.Audio(type="file", label="Output Audio")
|