Spaces:
Runtime error
Runtime error
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ css = """
|
|
| 236 |
"""
|
| 237 |
|
| 238 |
with gr.Blocks(css=css) as demo:
|
| 239 |
-
gr.Markdown
|
| 240 |
with gr.Row():
|
| 241 |
image_input = gr.Image(type="pil")
|
| 242 |
with gr.Column():
|
|
|
|
| 236 |
"""
|
| 237 |
|
| 238 |
with gr.Blocks(css=css) as demo:
|
| 239 |
+
gr.Markdown("InsectSAM π Detect and Segment Insects in Datasets")
|
| 240 |
with gr.Row():
|
| 241 |
image_input = gr.Image(type="pil")
|
| 242 |
with gr.Column():
|