Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
| 9 |
-
LABEL_PATH = "
|
| 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():
|