Nymbo commited on
Commit
684380b
·
verified ·
1 Parent(s): 3f64e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )