Updated prompts and title
Browse files
app.py
CHANGED
|
@@ -82,14 +82,14 @@ def generate_tts_audio(
|
|
| 82 |
with gr.Blocks() as demo:
|
| 83 |
gr.Markdown(
|
| 84 |
"""
|
| 85 |
-
#
|
| 86 |
-
|
| 87 |
"""
|
| 88 |
)
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
text = gr.Textbox(
|
| 92 |
-
value="Now let's make my
|
| 93 |
label="Text to synthesize (max chars 300)",
|
| 94 |
max_lines=5
|
| 95 |
)
|
|
|
|
| 82 |
with gr.Blocks() as demo:
|
| 83 |
gr.Markdown(
|
| 84 |
"""
|
| 85 |
+
# Ryan TTS Demo
|
| 86 |
+
Fine tuned Chatterbox TTS model
|
| 87 |
"""
|
| 88 |
)
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
text = gr.Textbox(
|
| 92 |
+
value="Now let's make my favourite. Three mars bars into the pan. Then we add the tuna and just stir for a bit, just let the chocolate and fish infuse. A sprinkle of olive oil and some tomato ketchup. Now smell that. Oh boy this is going to be incredible.",
|
| 93 |
label="Text to synthesize (max chars 300)",
|
| 94 |
max_lines=5
|
| 95 |
)
|