Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,7 @@ iface = gr.Interface(
|
|
41 |
generate_audio,
|
42 |
inputs=["text", "language", "speed", "pitch", "volume"],
|
43 |
outputs="audio",
|
44 |
-
|
45 |
-
audio_format="mp3",
|
46 |
title="Text-to-Speech",
|
47 |
description="Convert text to speech in multiple languages.",
|
48 |
allow_flagging=False,
|
|
|
41 |
generate_audio,
|
42 |
inputs=["text", "language", "speed", "pitch", "volume"],
|
43 |
outputs="audio",
|
44 |
+
audio_output_type="mp3",
|
|
|
45 |
title="Text-to-Speech",
|
46 |
description="Convert text to speech in multiple languages.",
|
47 |
allow_flagging=False,
|