EmoCube commited on
Commit
6ffae7e
·
verified ·
1 Parent(s): e009f62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ models = {
36
  "mistralai/Mistral-Nemo-Instruct-2407",
37
  "tiiuae/falcon-7b-instruct",
38
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
39
- "google/gemma-3-4b-it"
 
40
  ]
41
  }
42
 
 
36
  "mistralai/Mistral-Nemo-Instruct-2407",
37
  "tiiuae/falcon-7b-instruct",
38
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF",
39
+ "google/gemma-3-4b-it",
40
+ "HuggingFaceH4/starchat2-15b-v0.1"
41
  ]
42
  }
43