ryanmitts commited on
Commit
9bb2483
·
1 Parent(s): 7f18982

Updated prompts and title

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -82,14 +82,14 @@ def generate_tts_audio(
82
  with gr.Blocks() as demo:
83
  gr.Markdown(
84
  """
85
- # Chatterbox TTS Demo
86
- Generate high-quality speech from text with reference audio styling.
87
  """
88
  )
89
  with gr.Row():
90
  with gr.Column():
91
  text = gr.Textbox(
92
- value="Now let's make my mum's favourite. So 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
  )
 
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
  )