nisharg nargund commited on
Commit
022bcdd
·
1 Parent(s): c98a826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  import tensorflow as tf
3
  from PIL import Image
4
  import numpy as np
 
5
 
6
  # Load the TensorFlow model from the .h5 file
7
  model = tf.keras.models.load_model("model.h5")
 
2
  import tensorflow as tf
3
  from PIL import Image
4
  import numpy as np
5
+ import keras
6
 
7
  # Load the TensorFlow model from the .h5 file
8
  model = tf.keras.models.load_model("model.h5")