Commit
·
bd05801
1
Parent(s):
4cf3b0d
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -8,7 +8,7 @@ from PIL import Image
|
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
-
MODEL_PATH = '
|
| 12 |
|
| 13 |
# Function to load an image and perform the necessary transformations
|
| 14 |
def process_image(image):
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
+
MODEL_PATH = 'website_classifier.pth'
|
| 12 |
|
| 13 |
# Function to load an image and perform the necessary transformations
|
| 14 |
def process_image(image):
|