Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ gr.Interface(
|
|
101 |
fn=predict,
|
102 |
inputs=[
|
103 |
gr.Text(label="Input Text"),
|
104 |
-
gr.Audio(label="Input Speech", type="
|
105 |
gr.Radio(label="Speaker", choices=[
|
106 |
"BDL (male)",
|
107 |
"CLB (female)",
|
|
|
101 |
fn=predict,
|
102 |
inputs=[
|
103 |
gr.Text(label="Input Text"),
|
104 |
+
gr.Audio(label="Input Speech", type="numpy"),
|
105 |
gr.Radio(label="Speaker", choices=[
|
106 |
"BDL (male)",
|
107 |
"CLB (female)",
|