Update app.py
Browse files
app.py
CHANGED
@@ -128,8 +128,9 @@ examples = [
|
|
128 |
# Create Gradio interface
|
129 |
with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
130 |
gr.Markdown("""
|
131 |
-
# 🎵 [Tajik Orpheus Text-to-Speech](https://
|
132 |
-
|
|
|
133 |
|
134 |
## Tips for better prompts:
|
135 |
- Short text prompts generally work better than very long phrases
|
|
|
128 |
# Create Gradio interface
|
129 |
with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
130 |
gr.Markdown("""
|
131 |
+
# 🎵 [Tajik Orpheus Text-to-Speech](https://huggingface.co/re-skill/orpheus-tj-early)
|
132 |
+
|
133 |
+
Enter your text below and hear it converted to natural-sounding speech with the Orpheus TTS model. Note: This is demo of early checkpoint trained only on 35 Hours of data.
|
134 |
|
135 |
## Tips for better prompts:
|
136 |
- Short text prompts generally work better than very long phrases
|