HashamUllah's picture
Update app.py
fca0a16 verified
raw
history blame contribute delete
No virus
206 Bytes
import tensorflow as tf
try:
model = tf.keras.models.load_model('plant_disease_detection_model.h5')
print("Model loaded successfully")
except Exception as e:
print(f"Error loading model: {e}")