xinchen9 commited on
Commit
589bf25
·
verified ·
1 Parent(s): 2847f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,8 +83,8 @@ with gr.Blocks(css=custom_css) as demo:
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(scale=4, min_width=40):
87
- start_button = gr.Button("UnlearnDiffAtk!")
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")
 
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='lg')
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")