Wedyan2023 commited on
Commit
a352396
·
verified ·
1 Parent(s): 80a2299

Update app104.py

Browse files
Files changed (1) hide show
  1. app104.py +1 -1
app104.py CHANGED
@@ -246,7 +246,7 @@ with st.sidebar:
246
 
247
  selected_model = st.selectbox(
248
  "Select Model",
249
- ["meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-4-Scout-17B-16E-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct",
250
  "meta-llama/Llama-3.1-70B-Instruct"],
251
  key='model_select'
252
  )
 
246
 
247
  selected_model = st.selectbox(
248
  "Select Model",
249
+ ["meta-llama/Llama-3.2-11B-Vision-Instruct","meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-4-Scout-17B-16E-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct",
250
  "meta-llama/Llama-3.1-70B-Instruct"],
251
  key='model_select'
252
  )