Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ st.title("Auto Appraise")
|
|
89 |
st.write("Capture a car image using your camera or upload an image to get its brand, model, overview, and expected price!")
|
90 |
|
91 |
# Load the CSV file
|
92 |
-
df = pd.read_csv('
|
93 |
|
94 |
# Load model and encoders
|
95 |
model, label_encoders = load_model_and_encodings()
|
|
|
89 |
st.write("Capture a car image using your camera or upload an image to get its brand, model, overview, and expected price!")
|
90 |
|
91 |
# Load the CSV file
|
92 |
+
df = pd.read_csv('CTP_Model1.csv')
|
93 |
|
94 |
# Load model and encoders
|
95 |
model, label_encoders = load_model_and_encodings()
|