Spaces:
Sleeping
Sleeping
Martin Tomov
commited on
title and desc
Browse files
app.py
CHANGED
@@ -233,7 +233,8 @@ css = """
|
|
233 |
"""
|
234 |
|
235 |
with gr.Blocks(css=css) as demo:
|
236 |
-
gr.Markdown("InsectSAM π Detect and Segment Insects in Datasets")
|
|
|
237 |
with gr.Row():
|
238 |
image_input = gr.Image(type="pil")
|
239 |
with gr.Column():
|
|
|
233 |
"""
|
234 |
|
235 |
with gr.Blocks(css=css) as demo:
|
236 |
+
gr.Markdown("# InsectSAM π Detect and Segment Insects in Datasets")
|
237 |
+
gr.Markdown("[RB-IBDM on GitHub](https://github.com/martintmv-git/RB-IBDM)")
|
238 |
with gr.Row():
|
239 |
image_input = gr.Image(type="pil")
|
240 |
with gr.Column():
|