Update app.py
Browse files
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 |
)
|