Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
|
|
6 |
import seaborn as sns
|
7 |
import pickle
|
8 |
import gradio as gr
|
9 |
-
import
|
10 |
|
11 |
# Load the model
|
12 |
model_path = 'career_prediction_model.pkl'
|
|
|
6 |
import seaborn as sns
|
7 |
import pickle
|
8 |
import gradio as gr
|
9 |
+
import os
|
10 |
|
11 |
# Load the model
|
12 |
model_path = 'career_prediction_model.pkl'
|