Spaces:
Running
Running
Update app_tsukasa_remote.py
Browse files- 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=
|
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.",
|