CEHB commited on
Commit
67c5fd4
1 Parent(s): 502d6ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ gr.Interface(
107
  inputs=[
108
  gr.Text(label="Input Text"),
109
  gr.Radio(label="Speaker", choices=[
110
- "Female",
111
-
112
  ],
113
  value="Female"),
114
  ],
 
107
  inputs=[
108
  gr.Text(label="Input Text"),
109
  gr.Radio(label="Speaker", choices=[
110
+ "Female",
111
+ "Male",
112
  ],
113
  value="Female"),
114
  ],