Update app.py
Browse files
app.py
CHANGED
@@ -254,9 +254,8 @@ interface = gr.Interface(
|
|
254 |
fn=text_to_speech_edge,
|
255 |
inputs=[input_text, language],
|
256 |
outputs=[output_text, output_audio],
|
257 |
-
title="
|
258 |
theme="Nymbo/Alyx_Theme",
|
259 |
-
description="Microsoft Edge Text-To-Speech (Forked & Fixed Ilaria TTS)",
|
260 |
|
261 |
)
|
262 |
|
|
|
254 |
fn=text_to_speech_edge,
|
255 |
inputs=[input_text, language],
|
256 |
outputs=[output_text, output_audio],
|
257 |
+
title="English TTS",
|
258 |
theme="Nymbo/Alyx_Theme",
|
|
|
259 |
|
260 |
)
|
261 |
|