mattmdjaga commited on
Commit
206aa70
1 Parent(s): e27cd2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -63,8 +63,6 @@ with gr.Blocks() as demo:
63
  gr.Markdown("To start, input an image, then use the brush to create dots on the object which you want to segment, don't worry if your dots aren't perfect as the code will find the middle of each drawn item. Then press the segment button to create masks for the object that the dots are on.")
64
  gr.Markdown("# Demo to run Segment Anything base model")
65
  gr.Markdown("""This app uses the [Segment Anything](https://huggingface.co/facebook/sam-vit-base) model from Meta to get a mask from a points in an image.
66
- Currently it only works for creating dots for one object. But, I'm planning to add extra features to make it work for multiple objects.
67
- The output shows the image with the dots then the 3 predicted masks.
68
  """)
69
  with gr.Tab("Flip Image"):
70
  with gr.Row():
 
63
  gr.Markdown("To start, input an image, then use the brush to create dots on the object which you want to segment, don't worry if your dots aren't perfect as the code will find the middle of each drawn item. Then press the segment button to create masks for the object that the dots are on.")
64
  gr.Markdown("# Demo to run Segment Anything base model")
65
  gr.Markdown("""This app uses the [Segment Anything](https://huggingface.co/facebook/sam-vit-base) model from Meta to get a mask from a points in an image.
 
 
66
  """)
67
  with gr.Tab("Flip Image"):
68
  with gr.Row():