7c80fe0 64014a4 fca0a16
1
2
3
4
5
6
7
8
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}")