kmunzwa commited on
Commit
d4d5e1e
·
verified ·
1 Parent(s): 04ea9c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.py")
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