Spaces:
Runtime error
Runtime error
Raghuramvar commited on
added hugging faces spaces yaml
Browse files
README.md
CHANGED
|
@@ -1,2 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# imageSegmentation
|
| 2 |
image segmentation using 🤗 spaces and gradio
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Image Segementation
|
| 3 |
+
emoji: 📉
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.19.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: cc
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
# imageSegmentation
|
| 15 |
image segmentation using 🤗 spaces and gradio
|