judebebo32 commited on
Commit
256b64e
1 Parent(s): c813ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import pandas as pd
3
  import pickle
 
4
 
5
  # Load the pre-trained model
6
  with open('best_model.pkl', 'rb') as model_file:
 
1
  import gradio as gr
2
  import pandas as pd
3
  import pickle
4
+ import sklearn
5
 
6
  # Load the pre-trained model
7
  with open('best_model.pkl', 'rb') as model_file: