pavanipriyanka commited on
Commit
ef8862b
·
verified ·
1 Parent(s): 44efcd6

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("SuperKart_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("/content/deployment_files/frontend/SuperKart_Model_V1_0.joblib")
11
 
12
  model = load_model()
13