updated README example to use new model path
#1
by
joshterrill
- opened
README.md
CHANGED
@@ -46,7 +46,7 @@ Ready for an adventure? Here's how you can harness my power:
|
|
46 |
# Path to the folder with images
|
47 |
image_folder = ""
|
48 |
# Path to the model
|
49 |
-
model_path = "
|
50 |
|
51 |
# List of jpg files in the folder
|
52 |
jpg_files = [file for file in os.listdir(image_folder) if file.lower().endswith(".jpg")]
|
|
|
46 |
# Path to the folder with images
|
47 |
image_folder = ""
|
48 |
# Path to the model
|
49 |
+
model_path = "TostAI/nsfw-image-detection-large"
|
50 |
|
51 |
# List of jpg files in the folder
|
52 |
jpg_files = [file for file in os.listdir(image_folder) if file.lower().endswith(".jpg")]
|