JBJoyce commited on
Commit
6a85b67
·
1 Parent(s): 2b68ede

Update app.py

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