Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
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 -
|
| 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
|