Spaces:
Runtime error
Runtime error
Commit
·
78a7ac0
1
Parent(s):
a593b1d
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ file_translate = gr.Interface(
|
|
61 |
fn=speech_to_speech_translation,
|
62 |
inputs=gr.Audio(source="upload", type="filepath"),
|
63 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
64 |
-
examples=[["./example.wav"]],
|
65 |
title=title,
|
66 |
description=description,
|
67 |
)
|
|
|
61 |
fn=speech_to_speech_translation,
|
62 |
inputs=gr.Audio(source="upload", type="filepath"),
|
63 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
64 |
+
#examples=[["./example.wav"]],
|
65 |
title=title,
|
66 |
description=description,
|
67 |
)
|