Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ import gradio as gr
|
|
| 50 |
file_translate = gr.Interface(
|
| 51 |
fn=speech_to_speech_translation,
|
| 52 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 53 |
-
outputs=gr.Audio(label="Generated Speech"
|
| 54 |
)
|
| 55 |
|
| 56 |
-
file_translate.launch(
|
|
|
|
| 50 |
file_translate = gr.Interface(
|
| 51 |
fn=speech_to_speech_translation,
|
| 52 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 53 |
+
outputs=gr.Audio(label="Generated Speech"),
|
| 54 |
)
|
| 55 |
|
| 56 |
+
file_translate.launch(share=True)
|