Commit ·
6facbae
1
Parent(s): 5db1872
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def run_tts(text, selected_voice):
|
|
| 64 |
iface = gr.Interface(
|
| 65 |
fn=run_tts,
|
| 66 |
inputs=[
|
| 67 |
-
gr.
|
| 68 |
gr.inputs.Radio(
|
| 69 |
choices=["Male Voice", "Female Voice"],
|
| 70 |
label="Select Voice"
|
|
|
|
| 64 |
iface = gr.Interface(
|
| 65 |
fn=run_tts,
|
| 66 |
inputs=[
|
| 67 |
+
gr.Textbox(label="Enter Text"),
|
| 68 |
gr.inputs.Radio(
|
| 69 |
choices=["Male Voice", "Female Voice"],
|
| 70 |
label="Select Voice"
|