Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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}/
|
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)
|