Nymbo commited on
Commit
877300f
·
verified ·
1 Parent(s): 4cf723b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def tts(text, model, voice, api_key):
32
  return temp_file_path
33
 
34
 
35
- with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")) as demo:
36
  #gr.Markdown("# <center> Alyxsissy TTS Preview </center>")
37
  #gr.HTML("You can also access the Streaming demo for OpenAI TTS by clicking this <a href='https://huggingface.co/spaces/ysharma/OpenAI_TTS_Streaming'>Gradio demo link</a>")
38
  with gr.Row(variant='panel'):
 
32
  return temp_file_path
33
 
34
 
35
+ with gr.Blocks(theme='Nymbo/Alyx_Theme') as demo:
36
  #gr.Markdown("# <center> Alyxsissy TTS Preview </center>")
37
  #gr.HTML("You can also access the Streaming demo for OpenAI TTS by clicking this <a href='https://huggingface.co/spaces/ysharma/OpenAI_TTS_Streaming'>Gradio demo link</a>")
38
  with gr.Row(variant='panel'):