Spaces:
Running
Running
Ming Li
commited on
Commit
•
7f744ce
1
Parent(s):
80ea296
add more examples
Browse files- app_canny.py +8 -0
- app_depth.py +8 -0
- app_segmentation.py +4 -0
- app_softedge.py +8 -0
- images/canny/canny_demo2.jpg +0 -0
- images/canny/canny_demo3.jpg +0 -0
- images/depth/depth_demo2.png +0 -0
- images/depth/depth_demo3.jpg +0 -0
- images/hed/hed_demo2.jpg +0 -0
- images/hed/hed_demo3.jpg +0 -0
- images/seg/143.png +0 -0
app_canny.py
CHANGED
@@ -16,6 +16,14 @@ examples = [
|
|
16 |
"images/canny/canny_demo.jpg",
|
17 |
"BEAUTIFUL PORTRAIT PAINTINGS BY EMMA UBER",
|
18 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
]
|
20 |
|
21 |
def create_demo(process):
|
|
|
16 |
"images/canny/canny_demo.jpg",
|
17 |
"BEAUTIFUL PORTRAIT PAINTINGS BY EMMA UBER",
|
18 |
],
|
19 |
+
[
|
20 |
+
"images/canny/canny_demo2.jpg",
|
21 |
+
"Serious Dog Portraits",
|
22 |
+
],
|
23 |
+
[
|
24 |
+
"images/canny/canny_demo3.jpg",
|
25 |
+
"Cheese and Nuts.Oil on Linen.27x46cm. Private Collection",
|
26 |
+
],
|
27 |
]
|
28 |
|
29 |
def create_demo(process):
|
app_depth.py
CHANGED
@@ -16,6 +16,14 @@ examples = [
|
|
16 |
"images/depth/depth_demo.png",
|
17 |
"heart, mountains, and nature image",
|
18 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
]
|
20 |
|
21 |
|
|
|
16 |
"images/depth/depth_demo.png",
|
17 |
"heart, mountains, and nature image",
|
18 |
],
|
19 |
+
[
|
20 |
+
"images/depth/depth_demo2.png",
|
21 |
+
"Log Cabin In The Mountains At Winter Wallpaper Winter Wallpaper Winter House Tree Log Wallpaper",
|
22 |
+
],
|
23 |
+
[
|
24 |
+
"images/depth/depth_demo3.jpg",
|
25 |
+
"Bunny Williams Inspiration With Bunny Williams Home Image",
|
26 |
+
],
|
27 |
]
|
28 |
|
29 |
|
app_segmentation.py
CHANGED
@@ -20,6 +20,10 @@ examples = [
|
|
20 |
"images/seg/seg_demo.png",
|
21 |
"A large building with a pointed roof and several chimneys",
|
22 |
],
|
|
|
|
|
|
|
|
|
23 |
]
|
24 |
|
25 |
def create_demo(process):
|
|
|
20 |
"images/seg/seg_demo.png",
|
21 |
"A large building with a pointed roof and several chimneys",
|
22 |
],
|
23 |
+
[
|
24 |
+
"images/seg/143.png",
|
25 |
+
"A bedroom with a bed, dresser, and a ceiling fan",
|
26 |
+
],
|
27 |
]
|
28 |
|
29 |
def create_demo(process):
|
app_softedge.py
CHANGED
@@ -16,6 +16,14 @@ examples = [
|
|
16 |
"images/hed/hed_demo.jpeg",
|
17 |
"Language trip to Laon",
|
18 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
]
|
20 |
|
21 |
def create_demo(process):
|
|
|
16 |
"images/hed/hed_demo.jpeg",
|
17 |
"Language trip to Laon",
|
18 |
],
|
19 |
+
[
|
20 |
+
"images/hed/hed_demo2.jpg",
|
21 |
+
"Dark wolf wallpaper",
|
22 |
+
],
|
23 |
+
[
|
24 |
+
"images/hed/hed_demo3.jpg",
|
25 |
+
"Beauty: Vivien Leigh plays Emma in the 1941 film That Hamilton Woman",
|
26 |
+
],
|
27 |
]
|
28 |
|
29 |
def create_demo(process):
|
images/canny/canny_demo2.jpg
ADDED
images/canny/canny_demo3.jpg
ADDED
images/depth/depth_demo2.png
ADDED
images/depth/depth_demo3.jpg
ADDED
images/hed/hed_demo2.jpg
ADDED
images/hed/hed_demo3.jpg
ADDED
images/seg/143.png
ADDED