ollieollie commited on
Commit
52513e5
·
verified ·
1 Parent(s): f43d17b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(title="Chatterbox Turbo") as demo:
125
  with gr.Row():
126
  with gr.Column():
127
  text = gr.Textbox(
128
- 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 um all that jazz. Would you like me to get some prices for you?",
129
  label="Text to synthesize (max chars 300)",
130
  max_lines=5,
131
  elem_id="main_textbox"
 
125
  with gr.Row():
126
  with gr.Column():
127
  text = gr.Textbox(
128
+ 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?",
129
  label="Text to synthesize (max chars 300)",
130
  max_lines=5,
131
  elem_id="main_textbox"