Spaces:
Runtime error
Runtime error
shahukareem
commited on
Commit
•
cde80a2
1
Parent(s):
50cf541
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ file_translate = gr.Interface(
|
|
75 |
fn=speech_to_speech_translation,
|
76 |
inputs=gr.Audio(source="upload", type="filepath"),
|
77 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
78 |
-
examples=[["
|
79 |
title=title,
|
80 |
description=description,
|
81 |
)
|
|
|
75 |
fn=speech_to_speech_translation,
|
76 |
inputs=gr.Audio(source="upload", type="filepath"),
|
77 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
78 |
+
examples=[["./example.wav"]],
|
79 |
title=title,
|
80 |
description=description,
|
81 |
)
|