nishithworld commited on
Commit
d18559a
·
verified ·
1 Parent(s): 892f0c7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  # Load the trained model
8
  @st.cache_resource
9
  def load_model():
10
- return joblib.load("app/superkart_sales_prediction_model_v1_0.joblib")
11
 
12
  model = load_model()
13
 
 
7
  # Load the trained model
8
  @st.cache_resource
9
  def load_model():
10
+ return joblib.load("superkart_sales_prediction_model_v1_0.joblib")
11
 
12
  model = load_model()
13