Spaces:
Sleeping
Sleeping
[Update]button sm
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
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='
|
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")
|
|
|
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")
|