Wedyan2023 commited on
Commit
d18fc8f
·
verified ·
1 Parent(s): e96c919

Update app96.py

Browse files
Files changed (1) hide show
  1. app96.py +1 -1
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