Update app.py
Browse files
app.py
CHANGED
@@ -443,7 +443,7 @@ with gr.Blocks() as demo:
|
|
443 |
with gr.Row():
|
444 |
with gr.Column():
|
445 |
prompt = gr.Textbox(label="Prompt", value="")
|
446 |
-
with gr.
|
447 |
|
448 |
with gr.Row():
|
449 |
target_height = gr.Slider(512, 1024, step=128, value=768, label="Generated Height", info="")
|
|
|
443 |
with gr.Row():
|
444 |
with gr.Column():
|
445 |
prompt = gr.Textbox(label="Prompt", value="")
|
446 |
+
with gr.Accordion("Open for More!", open=False):
|
447 |
|
448 |
with gr.Row():
|
449 |
target_height = gr.Slider(512, 1024, step=128, value=768, label="Generated Height", info="")
|