Updated app.py
Browse files
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 = "
|
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
|