awacke1 commited on
Commit
8ed0be2
1 Parent(s): bfbd9e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with demo:
121
  saved = gr.Textbox()
122
  savedAll = gr.Textbox()
123
  TTSchoice = gr.inputs.Radio( label="Pick a TTS Model", choices=MODEL_NAMES, )
124
- audio_file_out = gr.Audio(label="Generated Speech")
125
 
126
  b1 = gr.Button("Recognize Speech")
127
  b2 = gr.Button("Classify Sentiment")
 
121
  saved = gr.Textbox()
122
  savedAll = gr.Textbox()
123
  TTSchoice = gr.inputs.Radio( label="Pick a TTS Model", choices=MODEL_NAMES, )
124
+ audio_file_out = gr.outputs.Audio(label="Output")
125
 
126
  b1 = gr.Button("Recognize Speech")
127
  b2 = gr.Button("Classify Sentiment")