Shakeel401 commited on
Commit
ba91341
·
verified ·
1 Parent(s): 2d9b55b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub import hf_hub_download
13
  interpreter, input_details, output_details = None, None, None
14
 
15
  try:
16
- model_path = hf_hub_download("Shakeel401/Deepfake-Detector", "deepfake_model_select_ops.tflite")
17
 
18
  interpreter = tf.lite.Interpreter(model_path=model_path)
19
  interpreter.allocate_tensors()
 
13
  interpreter, input_details, output_details = None, None, None
14
 
15
  try:
16
+ model_path = hf_hub_download("Shakeel401/Deepfake-Detector", "deepfake_model_pure.tflite")
17
 
18
  interpreter = tf.lite.Interpreter(model_path=model_path)
19
  interpreter.allocate_tensors()