Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def build_interface():
|
|
194 |
|
195 |
speaker_dropdown = gr.Dropdown(
|
196 |
choices=SPEAKER_NAMES,
|
197 |
-
value="
|
198 |
label="🗣️ Speaker Voice"
|
199 |
)
|
200 |
|
|
|
194 |
|
195 |
speaker_dropdown = gr.Dropdown(
|
196 |
choices=SPEAKER_NAMES,
|
197 |
+
value="Adama",
|
198 |
label="🗣️ Speaker Voice"
|
199 |
)
|
200 |
|