Naman Pundir commited on
Commit
cc53045
1 Parent(s): 09e9211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,9 +6,9 @@ models = {
6
  "model_name": "Aiyan99/theus_concepttagger",
7
  "description": "Model 1: My finetuned model",
8
  },
9
- "Model 2 (lmsys/vicuna-13b-v1.5)": {
10
- "model_name": "lmsys/vicuna-13b-v1.5",
11
- "description": "Model 2: Vicuna 13B",
12
  },
13
  }
14
 
 
6
  "model_name": "Aiyan99/theus_concepttagger",
7
  "description": "Model 1: My finetuned model",
8
  },
9
+ "Model 2 (lmsys/vicuna-7b-v1.1)": {
10
+ "model_name": "lmsys/vicuna-7b-v1.1",
11
+ "description": "Model 2: Vicuna 7B",
12
  },
13
  }
14