Spaces:
Running
on
Zero
Running
on
Zero
Freddy Boulton
commited on
Commit
·
f3d9e25
1
Parent(s):
761187a
Fix
Browse files
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=["
|
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,
|