Spaces:
Runtime error
Runtime error
Commit
·
d291235
1
Parent(s):
eb87118
Update home.py
Browse files
home.py
CHANGED
@@ -3,7 +3,7 @@ from PIL import Image
|
|
3 |
|
4 |
def run():
|
5 |
# Add Picture
|
6 |
-
image = Image.open('
|
7 |
st.image(image, caption='Facial Emotions/Expressions Detection')
|
8 |
# Title
|
9 |
st.title('About This Project')
|
|
|
3 |
|
4 |
def run():
|
5 |
# Add Picture
|
6 |
+
image = Image.open('facial_expressions.jpg')
|
7 |
st.image(image, caption='Facial Emotions/Expressions Detection')
|
8 |
# Title
|
9 |
st.title('About This Project')
|