Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dharshaneshwaran
/
deepfake
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
deepfake
/
model.py
Dharshaneshwaran
Full updated code with finding ai generated images too
ddcedb5
2 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
from
torchvision.models
import
efficientnet_v2_s, EfficientNet_V2_S_Weights
model = efficientnet_v2_s(weights=EfficientNet_V2_S_Weights.IMAGENET1K_V1)