Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pickle
|
|
3 |
import numpy as np
|
4 |
|
5 |
# Define the path to your model file
|
6 |
-
MODEL_PATH = 'MODEL_PATH = 'cloth_recommendation
|
7 |
'
|
8 |
|
9 |
# Load the trained model
|
|
|
3 |
import numpy as np
|
4 |
|
5 |
# Define the path to your model file
|
6 |
+
MODEL_PATH = 'MODEL_PATH = 'cloth_recommendation.pkl'
|
7 |
'
|
8 |
|
9 |
# Load the trained model
|