Xuanyou commited on
Commit
32b020a
·
verified ·
1 Parent(s): 045de5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -689,7 +689,7 @@ with gr.Blocks() as demo:
689
  background_option = gr.Radio(choices=["Preserve Background", "Don't Preserve Background"], label="Background Option", value="Preserve Background")
690
  generate_image_button = gr.Button("Generate Image")
691
  gr.Examples(
692
- examples=["images/example1.jpg", "images/example2.jpg", "images/example3.jpg"],
693
  inputs=image_input,
694
  label="Example Images"
695
  )
 
689
  background_option = gr.Radio(choices=["Preserve Background", "Don't Preserve Background"], label="Background Option", value="Preserve Background")
690
  generate_image_button = gr.Button("Generate Image")
691
  gr.Examples(
692
+ examples=["example1.jpg", "example2.jpg", "example3.jpg"],
693
  inputs=image_input,
694
  label="Example Images"
695
  )