Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
80 |
interactive=True,)
|
81 |
with gr.Row() as attack:
|
82 |
with gr.Column(min_width=260):
|
83 |
-
|
84 |
img1 = gr.Image("images/cheetah.jpg",label="Image Generated by Input Prompt",width=260,show_share_button=False,show_download_button=False)
|
85 |
with gr.Column():
|
86 |
start_button = gr.Button("UnlearnDiffAtk!",size='lg')
|
|
|
80 |
interactive=True,)
|
81 |
with gr.Row() as attack:
|
82 |
with gr.Column(min_width=260):
|
83 |
+
text_input = gr.Textbox(label="Input Prompt")
|
84 |
img1 = gr.Image("images/cheetah.jpg",label="Image Generated by Input Prompt",width=260,show_share_button=False,show_download_button=False)
|
85 |
with gr.Column():
|
86 |
start_button = gr.Button("UnlearnDiffAtk!",size='lg')
|