Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,7 +254,9 @@ interface = gr.Interface(
|
|
| 254 |
fn=text_to_speech_edge,
|
| 255 |
inputs=[input_text, language],
|
| 256 |
outputs=[output_text, output_audio],
|
| 257 |
-
title="Edge TTS
|
|
|
|
|
|
|
| 258 |
)
|
| 259 |
|
| 260 |
if __name__ == "__main__":
|
|
|
|
| 254 |
fn=text_to_speech_edge,
|
| 255 |
inputs=[input_text, language],
|
| 256 |
outputs=[output_text, output_audio],
|
| 257 |
+
title="Edge TTS",
|
| 258 |
+
description="Microsoft Edge Text-To-Speech (Forked & Fixed Ilaria TTS)",
|
| 259 |
+
|
| 260 |
)
|
| 261 |
|
| 262 |
if __name__ == "__main__":
|