Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -347,6 +347,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="🤗 Policy Docs Q
|
|
| 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(
|
|
|
|
| 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 |
+
"What could a more balanced approach intellectual property in training data AI models look like?",
|
| 351 |
"How does dataset transparency help address risks of accidents and abuse of AI systems?",
|
| 352 |
]
|
| 353 |
gr.Examples(
|