AdithyaSNair commited on
Commit
d53bdab
·
1 Parent(s): 680d06f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,8 +12,7 @@ import pickle
12
  import tensorflow as tf
13
  import gradio as gr
14
 
15
- # Load the model
16
- model_path = "model.pkl"
17
  model = tf.keras.models.load_model(model_path)
18
 
19
  # Define the labels
 
12
  import tensorflow as tf
13
  import gradio as gr
14
 
15
+ model_path = "model.h5"
 
16
  model = tf.keras.models.load_model(model_path)
17
 
18
  # Define the labels