rufaidahaiman42 commited on
Commit
d316cfa
·
verified ·
1 Parent(s): a0e1240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import torch
5
 
6
  # Load model and processor
7
- model_id = "BuzzFeedNews/Deepfake-Detection"
8
  model = AutoModelForImageClassification.from_pretrained(model_name)
9
  processor = AutoImageProcessor.from_pretrained(model_name)
10
 
 
4
  import torch
5
 
6
  # Load model and processor
7
+ model name = "BuzzFeedNews/Deepfake-Detection"
8
  model = AutoModelForImageClassification.from_pretrained(model_name)
9
  processor = AutoImageProcessor.from_pretrained(model_name)
10