PhysHunter commited on
Commit
9c78deb
·
1 Parent(s): 4652db7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ mic_translate = gr.Interface(
53
  file_translate = gr.Interface(
54
  fn=speech_to_speech_translation,
55
  inputs=gr.Audio(source="upload", type="filepath"),
56
- outputs=gr.outputs.Textbox(),
57
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
58
  #examples=[["./example.wav"]],
59
  title=title,
 
53
  file_translate = gr.Interface(
54
  fn=speech_to_speech_translation,
55
  inputs=gr.Audio(source="upload", type="filepath"),
56
+ #outputs=gr.outputs.Textbox(),
57
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
58
  #examples=[["./example.wav"]],
59
  title=title,