Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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)
|