Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|