Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +2 -1
Gradio_UI.py
CHANGED
|
@@ -10,7 +10,8 @@ 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"
|
|
|
|
| 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 |
+
"Post-Market Monitoring Plan": "tools.post_market_monitoring"
|
| 15 |
},
|
| 16 |
"GDPR": {
|
| 17 |
"Data Processing Record": "tools.gdpr_data_record"
|