Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", "
|
| 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()
|