Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +2 -1
Gradio_UI.py
CHANGED
|
@@ -9,7 +9,8 @@ import importlib
|
|
| 9 |
DOCUMENT_TO_MODULE = {
|
| 10 |
"AI Act": {
|
| 11 |
"Compliance Register": "tools.ai_act_generator",
|
| 12 |
-
"High-Risk System Record": "tools.high_risk_ai_register"
|
|
|
|
| 13 |
},
|
| 14 |
"GDPR": {
|
| 15 |
"Data Processing Record": "tools.gdpr_data_record"
|
|
|
|
| 9 |
DOCUMENT_TO_MODULE = {
|
| 10 |
"AI Act": {
|
| 11 |
"Compliance Register": "tools.ai_act_generator",
|
| 12 |
+
"High-Risk System Record": "tools.high_risk_ai_register",
|
| 13 |
+
"Technical Documentation Template": "tools.ai_technical_doc"
|
| 14 |
},
|
| 15 |
"GDPR": {
|
| 16 |
"Data Processing Record": "tools.gdpr_data_record"
|