LBR47 commited on
Commit
59257fa
·
1 Parent(s): d220476

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
  inputs=gr.Audio(source="upload", type="filepath"),
65
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
66
  #outputs = gr.Text(label="Translated Text"),
67
- examples=[["/content/drive/MyDrive/Colab Notebooks/unit6/example.wav"]],
68
  title=title,
69
  description=description,
70
  )
 
64
  inputs=gr.Audio(source="upload", type="filepath"),
65
  outputs=gr.Audio(label="Generated Speech", type="numpy"),
66
  #outputs = gr.Text(label="Translated Text"),
67
+ examples=[["example.wav"]],
68
  title=title,
69
  description=description,
70
  )