Shio-Koube commited on
Commit
2e3ac41
·
verified ·
1 Parent(s): 3749b6d

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 a pre-trained image classification model
7
- model_name = "microsoft/resnet-50"
8
  image_processor = AutoImageProcessor.from_pretrained(model_name)
9
  model = AutoModelForImageClassification.from_pretrained(model_name)
10
 
 
4
  import torch
5
 
6
  # Load a pre-trained image classification model
7
+ model_name = "Shio-Koube/Anime_filterer"
8
  image_processor = AutoImageProcessor.from_pretrained(model_name)
9
  model = AutoModelForImageClassification.from_pretrained(model_name)
10