HamzaSidhu786 commited on
Commit
f75fe11
1 Parent(s): 36924f5

Update app.py

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