alexnasa commited on
Commit
e5c179b
·
verified ·
1 Parent(s): a769027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Tab("Tiger"):
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="")