Prasada commited on
Commit
812a94c
·
1 Parent(s): 88f3dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ gr.Interface(
60
  gr.Text(label="Input Text"),
61
  ],
62
  outputs=[
63
- outputs=gr.Audio(label="Generated Speech", type="auto"),
64
  ],
65
 
66
  ).launch()
 
60
  gr.Text(label="Input Text"),
61
  ],
62
  outputs=[
63
+ gr.Audio(label="Generated Speech", type="auto"),
64
  ],
65
 
66
  ).launch()