lalitwale100 commited on
Commit
ff418f7
·
verified ·
1 Parent(s): 2bb20e3

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with st.sidebar:
71
  st.markdown("**Base model:** Salesforce/codet5-small")
72
  st.markdown("**Fine-tuned on:** Custom dataset")
73
 
74
- MODEL_PATH = "finetuned_codet5_small.pkl"
75
 
76
  # Function to load the model
77
  @st.cache_resource
 
71
  st.markdown("**Base model:** Salesforce/codet5-small")
72
  st.markdown("**Fine-tuned on:** Custom dataset")
73
 
74
+ MODEL_PATH = "finetuned_codet5_small_01.pkl"
75
 
76
  # Function to load the model
77
  @st.cache_resource