jordand commited on
Commit
4149510
·
verified ·
1 Parent(s): 69058ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1919,7 +1919,7 @@ with gr.Blocks(title="Echo-TTS", css=LINK_CSS + SIMPLE_CSS, js=JS_CODE) as demo:
1919
  # RIGHT: Generate + Output
1920
  with gr.Column(scale=1):
1921
  # Generation parameters accordion
1922
- with gr.Accordion("⚙️ Generation Parameters (optional)", open=True):
1923
  # Only show independent mode presets in simple view
1924
  simple_presets = {k: v for k, v in load_sampler_presets().items() if v.get("cfg_mode") == "independent"}
1925
  with gr.Row():
@@ -2257,7 +2257,7 @@ with gr.Blocks(title="Echo-TTS", css=LINK_CSS + SIMPLE_CSS, js=JS_CODE) as demo:
2257
  with gr.Column(scale=1):
2258
  pass # Empty column for spacing
2259
 
2260
- with gr.Accordion("⚙️ Generation Parameters", open=False):
2261
 
2262
  with gr.Row():
2263
  presets = load_sampler_presets()
 
1919
  # RIGHT: Generate + Output
1920
  with gr.Column(scale=1):
1921
  # Generation parameters accordion
1922
+ with gr.Accordion("⚙️ Generation Parameters (optional)", open=False):
1923
  # Only show independent mode presets in simple view
1924
  simple_presets = {k: v for k, v in load_sampler_presets().items() if v.get("cfg_mode") == "independent"}
1925
  with gr.Row():
 
2257
  with gr.Column(scale=1):
2258
  pass # Empty column for spacing
2259
 
2260
+ with gr.Accordion("⚙️ Generation Parameters", open=True):
2261
 
2262
  with gr.Row():
2263
  presets = load_sampler_presets()