Spaces:
Sleeping
Sleeping
alkatraz445
commited on
deleted cuda
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ for example_name in examples_names:
|
|
21 |
np.random.shuffle(examples)
|
22 |
|
23 |
# Load the Hugging Face model
|
24 |
-
model = pipeline("image-classification", model="dima806/deepfake_vs_real_image_detection"
|
25 |
|
26 |
# Define the prediction function
|
27 |
def classify_image(image):
|
|
|
21 |
np.random.shuffle(examples)
|
22 |
|
23 |
# Load the Hugging Face model
|
24 |
+
model = pipeline("image-classification", model="dima806/deepfake_vs_real_image_detection")
|
25 |
|
26 |
# Define the prediction function
|
27 |
def classify_image(image):
|