pavankm96 commited on
Commit
4c39899
·
verified ·
1 Parent(s): 2bcf98e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import cv2
5
  import tensorflow as tf # Assuming you're using TensorFlow for loading your model
6
 
7
  # Load your model
8
- model = tf.keras.models.load_model("path_to_your_model.h5")
9
 
10
  def img_pred(upload):
11
  # Convert the Gradio input image to OpenCV format
 
5
  import tensorflow as tf # Assuming you're using TensorFlow for loading your model
6
 
7
  # Load your model
8
+ model = tf.keras.models.load_model("effnet.h5")
9
 
10
  def img_pred(upload):
11
  # Convert the Gradio input image to OpenCV format