Uday007 commited on
Commit
9fd643d
·
1 Parent(s): 14e4ca3

fixed joblib file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from joblib import load
10
  def predict_profit(
11
  RandDSpend,Administration,MarketingSpend,State
12
  ):
13
- model=load("50_STARTUP\startup.jb")
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={