ClementXie commited on
Commit
943d242
·
1 Parent(s): 7925a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ file_translate = gr.Interface(
60
  fn=speech_to_speech_translation,
61
  inputs=gr.Audio(source="upload", type="filepath"),
62
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
63
- examples=[["./example.wav"]],
64
  title=title,
65
  description=description,
66
  )
 
60
  fn=speech_to_speech_translation,
61
  inputs=gr.Audio(source="upload", type="filepath"),
62
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
63
+ # examples=[["./example.wav"]],
64
  title=title,
65
  description=description,
66
  )