vashu2425 commited on
Commit
d943a28
·
verified ·
1 Parent(s): 79029e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
  import os
6
 
7
  # Load the model
8
- MODEL_PATH = "/home/petpooja-504/Desktop/cnn/final_model.keras"
9
  model = tf.keras.models.load_model(MODEL_PATH)
10
 
11
  # Define the class names directly for the Food-101 dataset
 
5
  import os
6
 
7
  # Load the model
8
+ MODEL_PATH = "./final_model.keras"
9
  model = tf.keras.models.load_model(MODEL_PATH)
10
 
11
  # Define the class names directly for the Food-101 dataset