sergiopaniego HF Staff commited on
Commit
adb9df9
Β·
verified Β·
1 Parent(s): 941f0af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,7 +135,8 @@ theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="emerald")
135
  with gr.Blocks(theme=theme, title="πŸ” Compare SAM vs SAM-HQ") as demo:
136
  image_path_box = gr.Textbox(visible=False)
137
  gr.Markdown("## πŸ” Compare SAM vs SAM-HQ")
138
- gr.Markdown("Compare the performance of SAM and SAM-HQ on various images. Click on an example to load it")
 
139
  gr.Markdown("[SAM-HQ](https://huggingface.co/syscv-community/sam-hq-vit-huge) - [SAM](https://huggingface.co/facebook/sam-vit-huge)")
140
 
141
  print('example_paths', example_paths)
 
135
  with gr.Blocks(theme=theme, title="πŸ” Compare SAM vs SAM-HQ") as demo:
136
  image_path_box = gr.Textbox(visible=False)
137
  gr.Markdown("## πŸ” Compare SAM vs SAM-HQ")
138
+ gr.Markdown("Compare the performance of SAM and SAM-HQ on various images. Click on an example to load it or upload your unique image.")
139
+ gr.Markdown("Draw boxes and/or points over the image and click Submit!")
140
  gr.Markdown("[SAM-HQ](https://huggingface.co/syscv-community/sam-hq-vit-huge) - [SAM](https://huggingface.co/facebook/sam-vit-huge)")
141
 
142
  print('example_paths', example_paths)