Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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=["
|
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 |
)
|