Dave67350 commited on
Commit
640ad70
·
verified ·
1 Parent(s): 6ea1e62

Update tools/ai_act_generator.py

Browse files
Files changed (1) hide show
  1. tools/ai_act_generator.py +6 -2
tools/ai_act_generator.py CHANGED
@@ -201,5 +201,9 @@ What is the name of your organization?
201
 
202
  demo.launch()
203
 
204
- if __name__ == "__main__":
205
- launch_step_by_step_ui()
 
 
 
 
 
201
 
202
  demo.launch()
203
 
204
+ def get_questions():
205
+ return QUESTIONS
206
+
207
+ def run_tool():
208
+ return launch_step_by_step_ui()
209
+