Naman Pundir commited on
Commit
653ecd8
1 Parent(s): cc53045

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-7b-v1.1)": {
10
- "model_name": "lmsys/vicuna-7b-v1.1",
11
- "description": "Model 2: Vicuna 7B",
12
  },
13
  }
14
 
 
6
  "model_name": "Aiyan99/theus_concepttagger",
7
  "description": "Model 1: My finetuned model",
8
  },
9
+ "Model 2 (TheBloke/Wizard-Vicuna-13B-Uncensored-GPTQ)": {
10
+ "model_name": "TheBloke/Wizard-Vicuna-13B-Uncensored-GPTQ",
11
+ "description": "Model 2: Vicuna 13B",
12
  },
13
  }
14