siddhantuniyal
commited on
Commit
•
95635fb
1
Parent(s):
e3fd11a
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ import tensorflow
|
|
96 |
# feedbacks += additional_feedbacks
|
97 |
|
98 |
issues = ["Misconduct" , "Negligence" , "Discrimination" , "Corruption" , "Violation of Rights" , "Inefficiency" ,
|
99 |
-
"Unprofessional Conduct", "Response Time" , "Use of Firearms" , "Property Damage"]
|
100 |
|
101 |
|
102 |
groupByType = pipeline("zero-shot-classification" , model="facebook/bart-large-mnli")
|
|
|
96 |
# feedbacks += additional_feedbacks
|
97 |
|
98 |
issues = ["Misconduct" , "Negligence" , "Discrimination" , "Corruption" , "Violation of Rights" , "Inefficiency" ,
|
99 |
+
"Unprofessional Conduct", "Response Time" , "Use of Firearms" , "Property Damage" , "No Issue"]
|
100 |
|
101 |
|
102 |
groupByType = pipeline("zero-shot-classification" , model="facebook/bart-large-mnli")
|