ginipick commited on
Commit
1a7856c
·
verified ·
1 Parent(s): fc7ceca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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",