xinchen9 commited on
Commit
5d8ecb4
1 Parent(s): deba054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ with gr.Blocks() as demo:
46
  with gr.Column():
47
  start_button = gr.Button("AdvUnlearn",size='lg')
48
  with gr.Column(min_width=260):
49
- img2 = gr.Image("images/cheetah.jpg",label="Image Generated without AdvUnlearn",width=260,show_share_button=False,show_download_button=False)
50
 
51
  demo.launch()
 
46
  with gr.Column():
47
  start_button = gr.Button("AdvUnlearn",size='lg')
48
  with gr.Column(min_width=260):
49
+ img2 = gr.Image("images/cheetah.jpg",label="Image Generated with AdvUnlearn",width=260,show_share_button=False,show_download_button=False)
50
 
51
  demo.launch()