Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from PIL import Image
|
|
| 18 |
|
| 19 |
# This loads the tflite model file from the current directory
|
| 20 |
# Interpreter is the ai_edge_litert equivalent of tf.lite.Interpreter
|
| 21 |
-
interpreter = Interpreter(model_path="best_gatekeeper_v2.
|
| 22 |
|
| 23 |
# This allocates memory for the model's input and output tensors
|
| 24 |
# You must always call this before running inference
|
|
|
|
| 18 |
|
| 19 |
# This loads the tflite model file from the current directory
|
| 20 |
# Interpreter is the ai_edge_litert equivalent of tf.lite.Interpreter
|
| 21 |
+
interpreter = Interpreter(model_path="best_gatekeeper_v2.pth")
|
| 22 |
|
| 23 |
# This allocates memory for the model's input and output tensors
|
| 24 |
# You must always call this before running inference
|