Stopwolf commited on
Commit
372d03e
·
1 Parent(s): ff201ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ 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
+ # examples=[["./example.wav"]],
68
  title=title,
69
  description=description,
70
  )