Spaces:
Running
Running
Update app.py
Browse files
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=
|
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'):
|