Spaces:
Runtime error
Runtime error
fixed joblib file
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from joblib import load
|
|
10 |
def predict_profit(
|
11 |
RandDSpend,Administration,MarketingSpend,State
|
12 |
):
|
13 |
-
model=load("
|
14 |
|
15 |
# Create dict array from parameters
|
16 |
data={
|
|
|
10 |
def predict_profit(
|
11 |
RandDSpend,Administration,MarketingSpend,State
|
12 |
):
|
13 |
+
model=load("startup.jb")
|
14 |
|
15 |
# Create dict array from parameters
|
16 |
data={
|