xinchen9 commited on
Commit
9bd260e
·
verified ·
1 Parent(s): a82f505

[Update]size to 360

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,12 +80,12 @@ with gr.Blocks(css=custom_css) as demo:
80
  step=1, label="Attack Steps", info="Choose between 0 and 100",
81
  interactive=True,)
82
  with gr.Row() as attack:
83
- with gr.Column(min_width=300):
84
  text_input = gr.Textbox(label="Input Prompt")
85
  img1 = gr.Image("images/cheetah.jpg",label="Image")
86
  with gr.Column():
87
- start_button = gr.Button("UnlearnDiffAtk!",size='sm')
88
- with gr.Column(min_width=300):
89
  text_ouput = gr.Textbox(label="Prompt Genetated by UnlearnDiffAtk")
90
  img2 = gr.Image("images/cheetah.jpg",label="After Defense")
91
 
 
80
  step=1, label="Attack Steps", info="Choose between 0 and 100",
81
  interactive=True,)
82
  with gr.Row() as attack:
83
+ with gr.Column(min_width=360):
84
  text_input = gr.Textbox(label="Input Prompt")
85
  img1 = gr.Image("images/cheetah.jpg",label="Image")
86
  with gr.Column():
87
+ start_button = gr.Button("UnlearnDiffAtk!",size='lg')
88
+ with gr.Column(min_width=360):
89
  text_ouput = gr.Textbox(label="Prompt Genetated by UnlearnDiffAtk")
90
  img2 = gr.Image("images/cheetah.jpg",label="After Defense")
91