RakeshUtekar commited on
Commit
bce34f7
·
verified ·
1 Parent(s): ee7210b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def main():
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
  "mistralai/Mistral-7B-v0.1",
59
- "tiiuae/falcon-40b"
60
 
61
  ]
62
  selected_model = st.selectbox("Select a model:", model_names)
 
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
  "mistralai/Mistral-7B-v0.1",
59
+ "tiiuae/falcon-7b"
60
 
61
  ]
62
  selected_model = st.selectbox("Select a model:", model_names)