Spaces:
Sleeping
Sleeping
Update tools/high_risk_ai_register.py
Browse files
tools/high_risk_ai_register.py
CHANGED
|
@@ -147,5 +147,9 @@ def launch_ui():
|
|
| 147 |
|
| 148 |
demo.launch()
|
| 149 |
|
| 150 |
-
|
| 151 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
|
| 148 |
demo.launch()
|
| 149 |
|
| 150 |
+
def get_questions():
|
| 151 |
+
return QUESTIONS
|
| 152 |
+
|
| 153 |
+
def run_tool():
|
| 154 |
+
launch_step_by_step_ui()
|
| 155 |
+
|