BICORP commited on
Commit
856f1c7
·
verified ·
1 Parent(s): 5b99dbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -5,10 +5,7 @@ from collections import defaultdict
5
 
6
  # Model definitions with real models
7
  model_value = {
8
- "Lake 1": "google/mt5-base",
9
- "Lake 1 Flash": "google/gemma-2-2b-it",
10
- "Lake 1 Plus": "google/mt5-large",
11
- "Lake 1 Pro": "google-bert/bert-base-multilingual-cased"
12
  }
13
 
14
  # Access codes for different models
 
5
 
6
  # Model definitions with real models
7
  model_value = {
8
+ "Lake 1": "meta-llama/Llama-3.2-3B"
 
 
 
9
  }
10
 
11
  # Access codes for different models