xinchen9 commited on
Commit
bd78932
1 Parent(s): 9907c33

[Update]add label of image

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ with gr.Blocks() as demo:
14
  text5 = gr.Textbox(label="prompt 2")
15
  with gr.Row():
16
  with gr.Column(scale=1, min_width=300):
17
- img1 = gr.Image("images/cheetah.jpg")
18
  with gr.Column(scale=1, min_width=300):
19
- img2 = gr.Image("images/cheetah.jpg")
20
 
21
  demo.launch()
 
14
  text5 = gr.Textbox(label="prompt 2")
15
  with gr.Row():
16
  with gr.Column(scale=1, min_width=300):
17
+ img1 = gr.Image("images/cheetah.jpg",label="Unlearning")
18
  with gr.Column(scale=1, min_width=300):
19
+ img2 = gr.Image("images/cheetah.jpg",label="Attacking")
20
 
21
  demo.launch()