djl234 commited on
Commit
327e90f
1 Parent(s): 01e1367

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  #radio1 = gr.Radio(["park", "zoo", "road"], label="Location", info="Where did they go?")
86
 
87
  src_img1 = gr.Image()
88
- exp=gr.Examples(["bike.png","img1.png","img2.png"],src_img1)
89
  bottom1 = gr.Button(label="cropping component")
90
 
91
  out1 = gr.Image()#gr.Textbox()
 
85
  #radio1 = gr.Radio(["park", "zoo", "road"], label="Location", info="Where did they go?")
86
 
87
  src_img1 = gr.Image()
88
+ exp=gr.Examples(["bike.png","img2.png"],src_img1)
89
  bottom1 = gr.Button(label="cropping component")
90
 
91
  out1 = gr.Image()#gr.Textbox()