multimodalart HF staff commited on
Commit
ed83577
1 Parent(s): 11c2c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
53
  ''')
54
  with gr.Group():
55
  with gr.Row():
56
- prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt", info="Leave blank to test unconditional generation")
57
  button = gr.Button("Generate", min_width=120)
58
  output = ImageSlider(label="Left: PAG, Right: No PAG", interactive=False)
59
  with gr.Accordion("Advanced Settings", open=False):
 
53
  ''')
54
  with gr.Group():
55
  with gr.Row():
56
+ prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
57
  button = gr.Button("Generate", min_width=120)
58
  output = ImageSlider(label="Left: PAG, Right: No PAG", interactive=False)
59
  with gr.Accordion("Advanced Settings", open=False):