Wedyan2023
commited on
Update app96.py
Browse files
app96.py
CHANGED
@@ -101,7 +101,7 @@ with st.sidebar:
|
|
101 |
|
102 |
selected_model = st.selectbox(
|
103 |
"Select Model",
|
104 |
-
["meta-llama/Llama-3.2-3B-Instruct"],
|
105 |
key='model_select'
|
106 |
)
|
107 |
##meta-llama/Llama-3.2-3B-Instruct
|
|
|
101 |
|
102 |
selected_model = st.selectbox(
|
103 |
"Select Model",
|
104 |
+
["meta-llama/Llama-3.2-3B-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct"],
|
105 |
key='model_select'
|
106 |
)
|
107 |
##meta-llama/Llama-3.2-3B-Instruct
|