Spaces:
Sleeping
Sleeping
pankajsingh3012
commited on
Commit
•
ab243e4
1
Parent(s):
232d1d4
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
import tensorflow as tf
|
2 |
import numpy as np
|
3 |
import streamlit as st
|
4 |
from PIL import Image
|
5 |
from streamlit_image_select import image_select
|
6 |
import base64
|
7 |
import cv2
|
8 |
-
|
9 |
|
10 |
# set title of page
|
11 |
st.markdown("<h1 '><font color='red' ><center>Emotion Detector App</center></h1>",unsafe_allow_html=True)
|
|
|
|
|
1 |
import numpy as np
|
2 |
import streamlit as st
|
3 |
from PIL import Image
|
4 |
from streamlit_image_select import image_select
|
5 |
import base64
|
6 |
import cv2
|
7 |
+
import tensorflow as tf
|
8 |
|
9 |
# set title of page
|
10 |
st.markdown("<h1 '><font color='red' ><center>Emotion Detector App</center></h1>",unsafe_allow_html=True)
|