Kaixuanliu commited on
Commit
82b64ca
·
verified ·
1 Parent(s): afbf209

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # 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')
 
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')