Prasada commited on
Commit
31ab4d4
·
1 Parent(s): fc3bfeb

Update app.py

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