Spaces:
Runtime error
Runtime error
Martin Tomov
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,6 @@ css = """
|
|
| 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():
|
|
|
|
| 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():
|