Freddy Boulton commited on
Commit
f3d9e25
·
1 Parent(s): 761187a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ with gr.Blocks(css=css) as demo:
269
  with gr.Row(equal_height=False):
270
  with gr.Column(scale=1):
271
  text_input = Dialogue(
272
- speakers=["S1", "S2"],
273
  emotions=emotions,
274
  formatter=formatter,
275
  value=default_text,
 
269
  with gr.Row(equal_height=False):
270
  with gr.Column(scale=1):
271
  text_input = Dialogue(
272
+ speakers=["Speaker 1", "Speaker 2"],
273
  emotions=emotions,
274
  formatter=formatter,
275
  value=default_text,