osamaifti commited on
Commit
cd5b039
·
verified ·
1 Parent(s): 6b81539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ from tensorflow.lite.python.interpreter import Interpreter
5
  import os
6
 
7
  # Define paths to your model and label files
8
- MODEL_PATH = "custom_model_lite/detect.tflite"
9
- LABEL_PATH = "custom_model_lite/labelmap.txt"
10
 
11
  # Function to load the TFLite model and labels
12
  def load_model():
 
5
  import os
6
 
7
  # Define paths to your model and label files
8
+ MODEL_PATH = "detect.tflite"
9
+ LABEL_PATH = "labelmap.txt"
10
 
11
  # Function to load the TFLite model and labels
12
  def load_model():