Respair commited on
Commit
65aa1b6
1 Parent(s): 4506151

Update app_tsukasa_remote.py

Browse files
Files changed (1) hide show
  1. app_tsukasa_remote.py +1 -1
app_tsukasa_remote.py CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks() as prompt_inference:
226
  with gr.Row():
227
  random_btn = gr.Button('Random Example', variant='secondary')
228
 
229
- with gr.Accordion("Advanced Parameters", open=True):
230
  embedding_scale_prompt = gr.Slider(minimum=1, maximum=5, value=1, step=0.25,
231
  label="Intensity",
232
  info="it will impact the expressiveness, if you raise it too much it'll break.",
 
226
  with gr.Row():
227
  random_btn = gr.Button('Random Example', variant='secondary')
228
 
229
+ with gr.Accordion("Advanced Parameters", open=False):
230
  embedding_scale_prompt = gr.Slider(minimum=1, maximum=5, value=1, step=0.25,
231
  label="Intensity",
232
  info="it will impact the expressiveness, if you raise it too much it'll break.",