Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SAM Gradio App for Hugging Face Space
|
| 2 |
|
| 3 |
A simple Gradio demo for Meta's Segment Anything Model (SAM), deployable on Hugging Face Spaces.
|
|
@@ -5,5 +16,4 @@ A simple Gradio demo for Meta's Segment Anything Model (SAM), deployable on Hugg
|
|
| 5 |
## Instructions
|
| 6 |
1. Upload the `sam_vit_b.pth` model weights into the root of this repo on Hugging Face.
|
| 7 |
2. Hugging Face will automatically install the dependencies and launch the app.
|
| 8 |
-
3. Interact with the model via Gradio UI.
|
| 9 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SAM Gradio Demo
|
| 3 |
+
emoji: 🎭
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.50.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# SAM Gradio App for Hugging Face Space
|
| 13 |
|
| 14 |
A simple Gradio demo for Meta's Segment Anything Model (SAM), deployable on Hugging Face Spaces.
|
|
|
|
| 16 |
## Instructions
|
| 17 |
1. Upload the `sam_vit_b.pth` model weights into the root of this repo on Hugging Face.
|
| 18 |
2. Hugging Face will automatically install the dependencies and launch the app.
|
| 19 |
+
3. Interact with the model via Gradio UI.
|
|
|