Spaces:
Runtime error
Runtime error
Commit
·
c827fad
1
Parent(s):
b8f5592
Update app.py
Browse files
app.py
CHANGED
@@ -179,9 +179,9 @@ with gr.Blocks(css=css, title='Fast Segment Anything') as demo:
|
|
179 |
clear_btn_t = gr.Button("Clear", variant="secondary")
|
180 |
|
181 |
gr.Markdown("Click on the examples below")
|
182 |
-
gr.Examples(examples=[["examples/dogs.jpg"],
|
183 |
inputs=[cond_img_t],
|
184 |
-
examples_per_page=
|
185 |
|
186 |
with gr.Column():
|
187 |
with gr.Accordion("Advanced options", open=False):
|
|
|
179 |
clear_btn_t = gr.Button("Clear", variant="secondary")
|
180 |
|
181 |
gr.Markdown("Click on the examples below")
|
182 |
+
gr.Examples(examples=[["examples/dogs.jpg"],["examples/cat.jpg"],["examples/fruit.jpg"],["examples/flower.jpg"],["examples/boat.jpg"],["examples/fruits.jpg"],],
|
183 |
inputs=[cond_img_t],
|
184 |
+
examples_per_page=6)
|
185 |
|
186 |
with gr.Column():
|
187 |
with gr.Accordion("Advanced options", open=False):
|