Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[["
|
| 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 |
)
|