xinah3131 commited on
Commit
83c234f
1 Parent(s): ddaa3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import seaborn as sns
11
  # Load the model
12
  def read_model(region):
13
  if(region == "United States"):
14
- model = joblib.load(r'C:\Users\LEGION\Desktop\MMU\Data Science Fundamental\Project\Prediction of Video\85pct.pkl')
15
  return model
16
 
17
  # Define the categories
 
11
  # Load the model
12
  def read_model(region):
13
  if(region == "United States"):
14
+ model = joblib.load('85pct.pkl')
15
  return model
16
 
17
  # Define the categories