Update app.py
Browse files
app.py
CHANGED
@@ -255,6 +255,7 @@ interface = gr.Interface(
|
|
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 |
)
|
|
|
255 |
inputs=[input_text, language],
|
256 |
outputs=[output_text, output_audio],
|
257 |
title="Edge TTS",
|
258 |
+
theme="Nymbo/Alyx_Theme",
|
259 |
description="Microsoft Edge Text-To-Speech (Forked & Fixed Ilaria TTS)",
|
260 |
|
261 |
)
|