Fah commited on
Commit
504c505
1 Parent(s): 192a71a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import numpy as np
3
  import pandas as pd
4
  import matplotlib.pyplot as plt
5
-
6
 
7
  cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
8
  pred = cvr_saved.predict(df)
 
2
  import numpy as np
3
  import pandas as pd
4
  import matplotlib.pyplot as plt
5
+ from pycaret.regression import *
6
 
7
  cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
8
  pred = cvr_saved.predict(df)