shahukareem commited on
Commit
cde80a2
1 Parent(s): 50cf541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ file_translate = gr.Interface(
75
  fn=speech_to_speech_translation,
76
  inputs=gr.Audio(source="upload", type="filepath"),
77
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
78
- examples=[["/content/example.wav"]],
79
  title=title,
80
  description=description,
81
  )
 
75
  fn=speech_to_speech_translation,
76
  inputs=gr.Audio(source="upload", type="filepath"),
77
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
78
+ examples=[["./example.wav"]],
79
  title=title,
80
  description=description,
81
  )