Spaces:
Running
Running
Update app.py
Browse files
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(
|