Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -686,6 +686,9 @@ def create_ui():
|
|
686 |
# Template selection with visual cards
|
687 |
gr.Markdown("### 🎯 Choose Your Template")
|
688 |
|
|
|
|
|
|
|
689 |
# Use Radio instead of Dropdown for better visibility
|
690 |
template_dropdown = gr.Radio(
|
691 |
label="TTS Template",
|
|
|
686 |
# Template selection with visual cards
|
687 |
gr.Markdown("### 🎯 Choose Your Template")
|
688 |
|
689 |
+
# Define available templates
|
690 |
+
available_templates = list(PREDEFINED_EXAMPLES.keys())
|
691 |
+
|
692 |
# Use Radio instead of Dropdown for better visibility
|
693 |
template_dropdown = gr.Radio(
|
694 |
label="TTS Template",
|