Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -364,13 +364,13 @@ examples2 = [
|
|
364 |
title = "RingMo-SAM:A Foundation Model for Segment Anything in Multimodal Remote Sensing Images<br> \
|
365 |
<div align='center'> \
|
366 |
<h2><a href='' target='_blank' rel='noopener'>[paper]</a> \
|
367 |
-
<a href='https://github.com/AICyberTeam' target='_blank' rel='noopener'>[code]</a></h2> \
|
368 |
<br> \
|
369 |
<image src='file/RingMo-SAM.gif' width='720px' /> \
|
370 |
<h2>RingMo-SAM can not only segment anything in optical and SAR remote sensing data, but also identify object categories.<h2> \
|
371 |
</div> \
|
372 |
"
|
373 |
|
|
|
374 |
# with gr.Blocks() as demo:
|
375 |
# image_input = gr.Image(type='pil', label='Input Img')
|
376 |
# image_output = gr.Image(label='Segment Result', type='numpy')
|
|
|
364 |
title = "RingMo-SAM:A Foundation Model for Segment Anything in Multimodal Remote Sensing Images<br> \
|
365 |
<div align='center'> \
|
366 |
<h2><a href='' target='_blank' rel='noopener'>[paper]</a> \
|
|
|
367 |
<br> \
|
368 |
<image src='file/RingMo-SAM.gif' width='720px' /> \
|
369 |
<h2>RingMo-SAM can not only segment anything in optical and SAR remote sensing data, but also identify object categories.<h2> \
|
370 |
</div> \
|
371 |
"
|
372 |
|
373 |
+
# <a href='https://github.com/AICyberTeam' target='_blank' rel='noopener'>[code]</a></h2> \
|
374 |
# with gr.Blocks() as demo:
|
375 |
# image_input = gr.Image(type='pil', label='Input Img')
|
376 |
# image_output = gr.Image(label='Segment Result', type='numpy')
|