harshpatel080503 commited on
Commit
fdf5db7
·
verified ·
1 Parent(s): 3dddf65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tensorflow as tf
7
  import streamlit as st
8
 
9
  working_dir = os.path.dirname(os.path.abspath(__file__))
10
- model_path = f"{working_dir}/model/plant_disease_prediction_model.h5"
11
 
12
  # Loading the pre-trained model
13
  model = tf.keras.models.load_model(model_path)
 
7
  import streamlit as st
8
 
9
  working_dir = os.path.dirname(os.path.abspath(__file__))
10
+ model_path = f"{working_dir}/plant_disease_prediction_model.h5"
11
 
12
  # Loading the pre-trained model
13
  model = tf.keras.models.load_model(model_path)