Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(css=css) as demo:
|
|
151 |
input_image = gr.Image(label="Image Input", type="filepath")
|
152 |
submit_button = gr.Button("Submit")
|
153 |
gr.Examples(
|
154 |
-
examples = ["examples/the_office.png", "examples/succession.png"]
|
155 |
inputs = [input_image]
|
156 |
)
|
157 |
with gr.Column():
|
|
|
151 |
input_image = gr.Image(label="Image Input", type="filepath")
|
152 |
submit_button = gr.Button("Submit")
|
153 |
gr.Examples(
|
154 |
+
examples = ["examples/the_office.png", "examples/succession.png"],
|
155 |
inputs = [input_image]
|
156 |
)
|
157 |
with gr.Column():
|