RakeshUtekar commited on
Commit
d5929fa
·
verified ·
1 Parent(s): 8dde5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ def main():
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
  "meta-llama/Llama-3.1-405B-Instruct",
59
- "mistralai/Mistral-7B-v0.1",
60
- "tiiuae/falcon-7b",
61
  "EleutherAI/gpt-neox-20b"
62
 
63
  ]
 
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
  "meta-llama/Llama-3.1-405B-Instruct",
59
+ "Qwen/QVQ-72B-Preview",
60
+ "deepseek-ai/DeepSeek-V3",
61
  "EleutherAI/gpt-neox-20b"
62
 
63
  ]