Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|