dineth554 commited on
Commit
172a4b5
·
verified ·
1 Parent(s): 86715df

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ st.markdown("""
276
  if "messages" not in st.session_state:
277
  st.session_state.messages = []
278
 
279
- # Model configuration - Updated to pnny13 org
280
  MODEL_ID = "dineth554/legion-coder-8m-10k"
281
 
282
  # Cache the model loading
 
276
  if "messages" not in st.session_state:
277
  st.session_state.messages = []
278
 
279
+ # Model configuration - Using verified public repo
280
  MODEL_ID = "dineth554/legion-coder-8m-10k"
281
 
282
  # Cache the model loading