Ankan Ghosh
commited on
Commit
·
47d665a
1
Parent(s):
620fb76
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ def segment_image(input_image):
|
|
66 |
with gr.Blocks() as demo:
|
67 |
|
68 |
with gr.Row():
|
69 |
-
gr.Markdown("##
|
70 |
with gr.Row():
|
71 |
-
gr.Markdown("
|
72 |
|
73 |
with gr.Row():
|
74 |
|
|
|
66 |
with gr.Blocks() as demo:
|
67 |
|
68 |
with gr.Row():
|
69 |
+
gr.Markdown("## Segmagine 🎨")
|
70 |
with gr.Row():
|
71 |
+
gr.Markdown("Gradio demo for Segment Anything Model (SAM) by Meta AI Research, produces high quality object masks from input prompts such as points or boxes, and it can be used to generate masks for all objects in an image. It has been trained on a dataset of 11 million images and 1.1 billion masks, and has strong zero-shot performance on a variety of segmentation tasks.[Learn More](https://segment-anything.com/)")
|
72 |
|
73 |
with gr.Row():
|
74 |
|