Skip to content

Commit 853c16c

Browse files
authored
Merge pull request #2 from Caster12/main
New Changes
2 parents d589eb4 + 05f988e commit 853c16c

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

apps/Edge_Cont.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import copy
66

77
def app():
8-
DEMO_IMAGE = 'imgs/deva.jpeg'
8+
DEMO_IMAGE = 'imgs/Tiger.jpg'
99

1010

1111
def load_image(filename):

apps/Face_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def app():
9-
DEMO_IMAGE = 'imgs/deva.jpeg'
9+
DEMO_IMAGE = 'imgs/Person.jpg'
1010

1111
def face_detection():
1212

apps/Feature_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import cv2
44
import numpy as np
55
import copy
6-
DEMO_IMAGE = 'imgs/Tiger.jpg'
6+
DEMO_IMAGE = 'imgs/Person.jpg'
77

88
def app():
99

apps/filters.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
import numpy as np
66
import copy
77
def app():
8-
DEMO_IMAGE = 'imgs/deva.jpeg'
9-
SP_DEMO_IMAGE = 'imgs/deva.jpeg'
10-
SP_IMAGE = 'imgs/deva.jpeg'
8+
DEMO_IMAGE = 'imgs/Tiger.jpg'
9+
SP_DEMO_IMAGE = 'imgs/ball.jpg'
10+
SP_IMAGE = 'imgs/Splash.jpg'
1111

1212
def load_image():
1313
img_file_buffer = st.file_uploader("Upload an image", type=[ "jpg", "jpeg",'png'])

apps/sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import cv2
77

88

9-
DEMO_IMAGE = 'imgs/deva.jpeg'
9+
DEMO_IMAGE = 'imgs/Tiger.jpeg'
1010
def app():
1111
@st.cache
1212
def img2sketch(photo, k_size):

imgs/Person.jpg

39.2 KB
Loading

imgs/Splash.jpg

92.8 KB
Loading

imgs/ball.jpg

333 KB
Loading

0 commit comments

Comments
 (0)