Naman Pundir
commited on
Commit
•
653ecd8
1
Parent(s):
cc53045
Update app.py
Browse files
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 (
|
10 |
-
"model_name": "
|
11 |
-
"description": "Model 2: Vicuna
|
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 |
|