Spaces:
Running
on
Zero
Running
on
Zero
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ css = """
|
|
250 |
"""
|
251 |
|
252 |
with gr.Blocks(css=css) as demo:
|
253 |
-
gr.Markdown("
|
254 |
with gr.Row():
|
255 |
image_input = gr.Image(type="pil")
|
256 |
with gr.Column():
|
@@ -281,4 +281,4 @@ with gr.Blocks(css=css) as demo:
|
|
281 |
|
282 |
gr.Examples(examples=examples, inputs=[image_input, include_json, include_bboxes])
|
283 |
|
284 |
-
demo.launch()
|
|
|
250 |
"""
|
251 |
|
252 |
with gr.Blocks(css=css) as demo:
|
253 |
+
gr.Markdown("InsectSAM π Detect and Segment Insects in Datasets")
|
254 |
with gr.Row():
|
255 |
image_input = gr.Image(type="pil")
|
256 |
with gr.Column():
|
|
|
281 |
|
282 |
gr.Examples(examples=examples, inputs=[image_input, include_json, include_bboxes])
|
283 |
|
284 |
+
demo.launch()
|