Jobanpreet commited on
Commit
6facbae
·
1 Parent(s): 5db1872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.Textbox(label="Enter Text"),
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"