Spaces:
Runtime error
Runtime error
AdalAbilbekov
commited on
Commit
•
0a07595
1
Parent(s):
d2969a7
final commit 2
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ demo = gr.Interface(
|
|
107 |
gr.Slider(0, 100, value=50, step=10, label="Count", info="Choose between 0 and 100"),
|
108 |
gr.Dropdown(spekears, value=spekears[1], label="Narrator", info="Select a narrator."
|
109 |
),
|
110 |
-
gr.Dropdown(emotions, label="Emotion 1", info="Select first emotion"),
|
111 |
gr.Dropdown(emotions, value=emotions[3], label="Emotion 2", info="Select second emotion."
|
112 |
),
|
113 |
],
|
|
|
107 |
gr.Slider(0, 100, value=50, step=10, label="Count", info="Choose between 0 and 100"),
|
108 |
gr.Dropdown(spekears, value=spekears[1], label="Narrator", info="Select a narrator."
|
109 |
),
|
110 |
+
gr.Dropdown(emotions, value=emotions[0], label="Emotion 1", info="Select first emotion"),
|
111 |
gr.Dropdown(emotions, value=emotions[3], label="Emotion 2", info="Select second emotion."
|
112 |
),
|
113 |
],
|