Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ inputs = [
|
|
42 |
iface = gr.Interface(
|
43 |
fn=translate_audio,
|
44 |
inputs=inputs,
|
45 |
-
outputs=gr.Audio(label="Translated
|
46 |
-
title="Seamless
|
47 |
-
description="
|
48 |
)
|
49 |
|
50 |
# Run the application
|
|
|
42 |
iface = gr.Interface(
|
43 |
fn=translate_audio,
|
44 |
inputs=inputs,
|
45 |
+
outputs=gr.Audio(label="Translated Speech", autoplay=True,),
|
46 |
+
title="Seamless Speech Translator",
|
47 |
+
description="Hear how you sound in another language"
|
48 |
)
|
49 |
|
50 |
# Run the application
|