Spaces:
Sleeping
Sleeping
wlmbrown
commited on
Commit
·
634d639
1
Parent(s):
7b1b2a5
changing some dispositive variables back to False for testing purposes
Browse files- compliance_analysis.py +2 -2
compliance_analysis.py
CHANGED
@@ -9,8 +9,8 @@ def check_overall_compliance(cards):
|
|
9 |
dispositive_variables = {
|
10 |
"ai_project_type": {
|
11 |
"ai_system": False,
|
12 |
-
"gpai_model":
|
13 |
-
"high_risk_ai_system":
|
14 |
"gpai_model_systemic_risk": False
|
15 |
},
|
16 |
"operator_details": {
|
|
|
9 |
dispositive_variables = {
|
10 |
"ai_project_type": {
|
11 |
"ai_system": False,
|
12 |
+
"gpai_model": False,
|
13 |
+
"high_risk_ai_system": False,
|
14 |
"gpai_model_systemic_risk": False
|
15 |
},
|
16 |
"operator_details": {
|