Spaces:
Paused
Paused
Commit
·
0eb9e10
1
Parent(s):
a97f4db
unsloth/gemma-7b-bnb-4bit
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import streamlit as st
|
|
| 8 |
|
| 9 |
|
| 10 |
if "model" not in st.session_state:
|
| 11 |
-
st.session_state["model"] = "
|
| 12 |
|
| 13 |
# Initialize chat history
|
| 14 |
if "messages" not in st.session_state:
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
if "model" not in st.session_state:
|
| 11 |
+
st.session_state["model"] = "unsloth/gemma-7b-bnb-4bit"
|
| 12 |
|
| 13 |
# Initialize chat history
|
| 14 |
if "messages" not in st.session_state:
|