Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from tensorflow.keras.utils import load_img,img_to_array
|
|
7 |
from tensorflow.keras.preprocessing import image
|
8 |
from PIL import Image,ImageOps
|
9 |
|
10 |
-
st.sidebar.image("
|
11 |
|
12 |
menu_options = ["Documentation", "Application"]
|
13 |
|
@@ -31,7 +31,7 @@ elif selection == "Application":
|
|
31 |
with tab1:
|
32 |
upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
|
33 |
with tab2:
|
34 |
-
st.image("
|
35 |
with tab3:
|
36 |
|
37 |
if upload_file:
|
|
|
7 |
from tensorflow.keras.preprocessing import image
|
8 |
from PIL import Image,ImageOps
|
9 |
|
10 |
+
st.sidebar.image("keyce.jpg")
|
11 |
|
12 |
menu_options = ["Documentation", "Application"]
|
13 |
|
|
|
31 |
with tab1:
|
32 |
upload_file = st.file_uploader("Telecharger un fichier",type = ['JPEG','jpg','png','PNG'])
|
33 |
with tab2:
|
34 |
+
st.image("loss.png")
|
35 |
with tab3:
|
36 |
|
37 |
if upload_file:
|