Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -124,9 +124,9 @@ gr.Interface(
|
|
124 |
inputs=[
|
125 |
gr.Text(label="Input Text"),
|
126 |
gr.Radio(label="Speaker", choices=[
|
127 |
-
"BDL (
|
128 |
],
|
129 |
-
value="BDL (
|
130 |
],
|
131 |
outputs=[
|
132 |
gr.Audio(label="Generated Speech", type="numpy"),
|
|
|
124 |
inputs=[
|
125 |
gr.Text(label="Input Text"),
|
126 |
gr.Radio(label="Speaker", choices=[
|
127 |
+
"BDL (male)"
|
128 |
],
|
129 |
+
value="BDL (male)"),
|
130 |
],
|
131 |
outputs=[
|
132 |
gr.Audio(label="Generated Speech", type="numpy"),
|