ollieollie commited on
Commit
a3a6bc4
·
verified ·
1 Parent(s): 6899c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(title="Chatterbox Turbo") as demo:
123
  with gr.Row():
124
  with gr.Column():
125
  text = gr.Textbox(
126
- value="Congratulations Miss Connor! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?",
127
  label="Text to synthesize (max chars 300)",
128
  max_lines=5,
129
  elem_id="main_textbox"
 
123
  with gr.Row():
124
  with gr.Column():
125
  text = gr.Textbox(
126
+ value="Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and all that jazz. Would you like me to get some prices for you?",
127
  label="Text to synthesize (max chars 300)",
128
  max_lines=5,
129
  elem_id="main_textbox"