Fah commited on
Commit
0f2eab1
·
1 Parent(s): 99fee37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ 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)
9
 
10
  def predict_cvr(xyz_campaign_id, gender, age, Impressions, Clicks,
 
4
  import matplotlib.pyplot as plt
5
  from pycaret.regression import *
6
 
7
+ cvr_saved = load_model('pred_cvr')
8
  pred = cvr_saved.predict(df)
9
 
10
  def predict_cvr(xyz_campaign_id, gender, age, Impressions, Clicks,