Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ app.add_middleware(
|
|
| 20 |
|
| 21 |
# --- MODEL LOADING ---
|
| 22 |
print("Booting Security Node. Loading Deepfake ViT model into memory...")
|
| 23 |
-
pipe = pipeline("image-classification", model="
|
| 24 |
print("Agent Ready!")
|
| 25 |
|
| 26 |
# --- REQUEST SCHEMA ---
|
|
|
|
| 20 |
|
| 21 |
# --- MODEL LOADING ---
|
| 22 |
print("Booting Security Node. Loading Deepfake ViT model into memory...")
|
| 23 |
+
pipe = pipeline("image-classification", model="prithivMLmods/deepfake-detector-model-v1")
|
| 24 |
print("Agent Ready!")
|
| 25 |
|
| 26 |
# --- REQUEST SCHEMA ---
|