Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +8 -0
templates/interface.html
CHANGED
@@ -25,6 +25,14 @@
|
|
25 |
</select>
|
26 |
|
27 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
<div id="speaker_selection" style="display: none;">
|
30 |
<!-- Dropdown for speaker selection -->
|
|
|
25 |
</select>
|
26 |
|
27 |
</div>
|
28 |
+
div>
|
29 |
+
<label for="voice">Select Voice:</label>
|
30 |
+
<select id="voice" name="voice">
|
31 |
+
{% for voice in voices %}
|
32 |
+
<option value="{{ voice.id }}">{{ voice.name }}</option>
|
33 |
+
{% endfor %}
|
34 |
+
</select>
|
35 |
+
</div>
|
36 |
|
37 |
<div id="speaker_selection" style="display: none;">
|
38 |
<!-- Dropdown for speaker selection -->
|