yuvscherbatov commited on
Commit
2f7ceb6
1 Parent(s): a5ae862

Update app.py

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