AK-12 commited on
Commit
ce5d74c
·
1 Parent(s): ca147dd

update app.py

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