Naman Pundir
commited on
Commit
•
d53c6ef
1
Parent(s):
653ecd8
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:
|
12 |
},
|
13 |
}
|
14 |
|
|
|
6 |
"model_name": "Aiyan99/theus_concepttagger",
|
7 |
"description": "Model 1: My finetuned model",
|
8 |
},
|
9 |
+
"Model 2 (google/pegasus-xsum)": {
|
10 |
+
"model_name": "google/pegasus-xsum",
|
11 |
+
"description": "Model 2: google/pegasus-xsum",
|
12 |
},
|
13 |
}
|
14 |
|