Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ from transformers import AutoImageProcessor, SiglipForImageClassification
|
|
69 |
from PIL import Image
|
70 |
import torch.nn.functional as F
|
71 |
|
72 |
-
model_path = "Ateeqq/
|
73 |
processor = AutoImageProcessor.from_pretrained(model_path)
|
74 |
model = SiglipForImageClassification.from_pretrained(model_path)
|
75 |
|
|
|
69 |
from PIL import Image
|
70 |
import torch.nn.functional as F
|
71 |
|
72 |
+
model_path = "Ateeqq/nsfw-image-detection"
|
73 |
processor = AutoImageProcessor.from_pretrained(model_path)
|
74 |
model = SiglipForImageClassification.from_pretrained(model_path)
|
75 |
|