KaburaJ commited on
Commit
b0fba6f
·
1 Parent(s): d864f52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import streamlit as st
4
  import tensorflow as tf
5
  from PIL import Image
6
  import numpy as np
7
- from keras.optimizers import Adam
8
  from keras.models import model_from_json
9
 
10
  st.markdown('<h1 style="color:white;">CNN Image classification model</h1>', unsafe_allow_html=True)
 
4
  import tensorflow as tf
5
  from PIL import Image
6
  import numpy as np
 
7
  from keras.models import model_from_json
8
 
9
  st.markdown('<h1 style="color:white;">CNN Image classification model</h1>', unsafe_allow_html=True)