Spaces:
Sleeping
Sleeping
Update tools/high_risk_ai_register.py
Browse files
tools/high_risk_ai_register.py
CHANGED
|
@@ -151,5 +151,6 @@ def get_questions():
|
|
| 151 |
return QUESTIONS
|
| 152 |
|
| 153 |
def run_tool():
|
| 154 |
-
|
|
|
|
| 155 |
|
|
|
|
| 151 |
return QUESTIONS
|
| 152 |
|
| 153 |
def run_tool():
|
| 154 |
+
launch_ui()def get_questions():
|
| 155 |
+
return QUESTIONS
|
| 156 |
|