yjernite HF Staff commited on
Commit
153d3ee
·
verified ·
1 Parent(s): 7348e59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -346,6 +346,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="🤗 Policy Docs Q
346
  # Add example questions
347
  example_questions = [
348
  "What role does replicable evaluation play in AI regulation?",
 
349
  "How does dataset transparency help address risks of accidents and abuse of AI systems?",
350
  ]
351
  gr.Examples(
 
346
  # Add example questions
347
  example_questions = [
348
  "What role does replicable evaluation play in AI regulation?",
349
+ "Should regulation prioritize risks of models becoming sentient or escaping human control?",
350
  "How does dataset transparency help address risks of accidents and abuse of AI systems?",
351
  ]
352
  gr.Examples(