Spaces:
Sleeping
Sleeping
Update tools/high_risk_ai_register.py
Browse files
tools/high_risk_ai_register.py
CHANGED
|
@@ -145,7 +145,7 @@ def launch_ui():
|
|
| 145 |
user_input.submit(run_chat, [user_input, state], [chatbot, state, file_output])
|
| 146 |
reset_btn.click(reset_all, outputs=[chatbot, state, file_output])
|
| 147 |
|
| 148 |
-
demo.launch()
|
| 149 |
|
| 150 |
def get_questions():
|
| 151 |
return QUESTIONS
|
|
|
|
| 145 |
user_input.submit(run_chat, [user_input, state], [chatbot, state, file_output])
|
| 146 |
reset_btn.click(reset_all, outputs=[chatbot, state, file_output])
|
| 147 |
|
| 148 |
+
demo.launch(show_api=False)
|
| 149 |
|
| 150 |
def get_questions():
|
| 151 |
return QUESTIONS
|