Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def generate_speech_gpu(text, model_choice, speaker_display: str, t, top_p, rp,
|
|
| 62 |
return None, f"❌ Error during generation: {str(e)}"
|
| 63 |
|
| 64 |
# Create Gradio interface
|
| 65 |
-
with gr.Blocks(title="😻 KaniTTS - Text to Speech", theme=gr.themes.
|
| 66 |
gr.Markdown("# 😻 KaniTTS: Fast and Expressive Speech Generation Model")
|
| 67 |
gr.Markdown("Select a model and enter text to generate emotional speech")
|
| 68 |
|
|
|
|
| 62 |
return None, f"❌ Error during generation: {str(e)}"
|
| 63 |
|
| 64 |
# Create Gradio interface
|
| 65 |
+
with gr.Blocks(title="😻 KaniTTS - Text to Speech", theme=gr.themes.Ocean()) as demo:
|
| 66 |
gr.Markdown("# 😻 KaniTTS: Fast and Expressive Speech Generation Model")
|
| 67 |
gr.Markdown("Select a model and enter text to generate emotional speech")
|
| 68 |
|