remove powered by
Browse files
app.py
CHANGED
|
@@ -270,8 +270,7 @@ with gr.Blocks(theme=theme, css=custom_css, title="ConvSeg-Net Demo") as demo:
|
|
| 270 |
# Header
|
| 271 |
gr.Markdown("# 🧩 Conversational Image Segmentation")
|
| 272 |
gr.Markdown(
|
| 273 |
-
"<div class='subtitle'>Grounding abstract concepts and physics-based reasoning into pixel-accurate masks
|
| 274 |
-
"Powered by <b>SAM2 + Qwen2.5-VL</b></div>"
|
| 275 |
)
|
| 276 |
|
| 277 |
with gr.Row():
|
|
@@ -351,4 +350,4 @@ with gr.Blocks(theme=theme, css=custom_css, title="ConvSeg-Net Demo") as demo:
|
|
| 351 |
)
|
| 352 |
|
| 353 |
if __name__ == "__main__":
|
| 354 |
-
demo.queue().launch()
|
|
|
|
| 270 |
# Header
|
| 271 |
gr.Markdown("# 🧩 Conversational Image Segmentation")
|
| 272 |
gr.Markdown(
|
| 273 |
+
"<div class='subtitle'>Grounding abstract concepts and physics-based reasoning into pixel-accurate masks.</div>"
|
|
|
|
| 274 |
)
|
| 275 |
|
| 276 |
with gr.Row():
|
|
|
|
| 350 |
)
|
| 351 |
|
| 352 |
if __name__ == "__main__":
|
| 353 |
+
demo.queue().launch()
|