BICORP commited on
Commit
1191c5f
·
verified ·
1 Parent(s): 7c1eaf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -51,9 +51,7 @@ def respond(
51
 
52
  # Model names and their pseudonyms
53
  model_choices = [
54
- ("mistralai/Mistral-7B-Instruct-v0.3", "Lake [Test]"),
55
- ("google/mt5-base", "Lake 1 Base"),
56
- ("google/mt5-large", "Lake 1 Advanced")
57
  ]
58
 
59
  # Convert pseudonyms to model names for the dropdown
 
51
 
52
  # Model names and their pseudonyms
53
  model_choices = [
54
+ ("mistralai/Mistral-7B-Instruct-v0.3", "Lake 1 Base")
 
 
55
  ]
56
 
57
  # Convert pseudonyms to model names for the dropdown