Spaces:
Sleeping
Sleeping
update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ file_translate = gr.Interface(
|
|
68 |
fn=speech_to_speech_translation,
|
69 |
inputs=gr.Audio(source="upload", type="filepath"),
|
70 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
71 |
-
examples=[["/
|
72 |
title=title,
|
73 |
description=description,
|
74 |
)
|
|
|
68 |
fn=speech_to_speech_translation,
|
69 |
inputs=gr.Audio(source="upload", type="filepath"),
|
70 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
71 |
+
examples=[["/example.wav"]],
|
72 |
title=title,
|
73 |
description=description,
|
74 |
)
|