Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Image Blur Effects using Segmentation and Depth Estimation
|
2 |
|
3 |
This Hugging Face Space demonstrates how to apply two different blur effects to images:
|
@@ -18,14 +29,5 @@ This Hugging Face Space demonstrates how to apply two different blur effects to
|
|
18 |
- Image Segmentation: `facebook/maskformer-swin-base-ade`
|
19 |
- Depth Estimation: `intel/dpt-large`
|
20 |
|
21 |
-
|
22 |
-
title: Image Blur Effects
|
23 |
-
emoji: 🖼️
|
24 |
-
colorFrom: blue
|
25 |
-
colorTo: purple
|
26 |
-
sdk: gradio
|
27 |
-
sdk_version: 3.50.2
|
28 |
-
app_file: app.py
|
29 |
-
pinned: false
|
30 |
-
---
|
31 |
|
|
|
1 |
+
---
|
2 |
+
title: Image Blur Effects
|
3 |
+
emoji: 🖼️
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.2
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Image Blur Effects using Segmentation and Depth Estimation
|
13 |
|
14 |
This Hugging Face Space demonstrates how to apply two different blur effects to images:
|
|
|
29 |
- Image Segmentation: `facebook/maskformer-swin-base-ade`
|
30 |
- Depth Estimation: `intel/dpt-large`
|
31 |
|
32 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|