Avijit Ghosh commited on
Commit
0000bec
1 Parent(s): 6979e64

hiding section B

Browse files
Files changed (1) hide show
  1. app.py +42 -42
app.py CHANGED
@@ -119,49 +119,49 @@ exposure to everyday language can account for the biases we replicate here.
119
  with gr.Row():
120
  gr.Image()
121
 
122
- with gr.Row():
123
- gr.Markdown("""
124
- #### B: People and Society Impact Evaluations:
125
 
126
- Long-term effects of systems embedded in society, such as economic or labor impact, largely require ideation of generative AI systems’ possible use cases and have fewer available general evaluations. The following categories heavily depend on how generative AI systems are deployed, including sector and application. In the broader ecosystem, methods of deployment affect social impact.
127
-
128
- The following categories are high-level, non-exhaustive, and present a synthesis of the findings across different modalities. They refer solely to what can be evaluated in people and society:
129
- """)
130
-
131
- with gr.Tabs(elem_classes="tab-buttons") as tabs2:
132
- with gr.TabItem("Trustworthiness and Autonomy"):
133
- with gr.Accordion("Trust in Media and Information", open=False):
134
- gr.Image()
135
- with gr.Accordion("Overreliance on Outputs", open=False):
136
- gr.Image()
137
- with gr.Accordion("Personal Privacy and Sense of Self", open=False):
138
- gr.Image()
139
-
140
- with gr.TabItem("Inequality, Marginalization, and Violence"):
141
- with gr.Accordion("Community Erasure", open=False):
142
- gr.Image()
143
- with gr.Accordion("Long-term Amplifying Marginalization by Exclusion (and Inclusion)", open=False):
144
- gr.Image()
145
- with gr.Accordion("Abusive or Violent Content", open=False):
146
- gr.Image()
147
-
148
- with gr.TabItem("Concentration of Authority"):
149
- with gr.Accordion("Militarization, Surveillance, and Weaponization", open=False):
150
- gr.Image()
151
- with gr.Accordion("Imposing Norms and Values", open=False):
152
- gr.Image()
153
-
154
- with gr.TabItem("Labor and Creativity"):
155
- with gr.Accordion("Intellectual Property and Ownership", open=False):
156
- gr.Image()
157
- with gr.Accordion("Economy and Labor Market", open=False):
158
- gr.Image()
159
-
160
- with gr.TabItem("Ecosystem and Environment"):
161
- with gr.Accordion("Widening Resource Gaps", open=False):
162
- gr.Image()
163
- with gr.Accordion("Environmental Impacts", open=False):
164
- gr.Image()
165
 
166
 
167
  with gr.Row():
 
119
  with gr.Row():
120
  gr.Image()
121
 
122
+ # with gr.Row():
123
+ # gr.Markdown("""
124
+ # #### B: People and Society Impact Evaluations:
125
 
126
+ # Long-term effects of systems embedded in society, such as economic or labor impact, largely require ideation of generative AI systems’ possible use cases and have fewer available general evaluations. The following categories heavily depend on how generative AI systems are deployed, including sector and application. In the broader ecosystem, methods of deployment affect social impact.
127
+
128
+ # The following categories are high-level, non-exhaustive, and present a synthesis of the findings across different modalities. They refer solely to what can be evaluated in people and society:
129
+ # """)
130
+
131
+ # with gr.Tabs(elem_classes="tab-buttons") as tabs2:
132
+ # with gr.TabItem("Trustworthiness and Autonomy"):
133
+ # with gr.Accordion("Trust in Media and Information", open=False):
134
+ # gr.Image()
135
+ # with gr.Accordion("Overreliance on Outputs", open=False):
136
+ # gr.Image()
137
+ # with gr.Accordion("Personal Privacy and Sense of Self", open=False):
138
+ # gr.Image()
139
+
140
+ # with gr.TabItem("Inequality, Marginalization, and Violence"):
141
+ # with gr.Accordion("Community Erasure", open=False):
142
+ # gr.Image()
143
+ # with gr.Accordion("Long-term Amplifying Marginalization by Exclusion (and Inclusion)", open=False):
144
+ # gr.Image()
145
+ # with gr.Accordion("Abusive or Violent Content", open=False):
146
+ # gr.Image()
147
+
148
+ # with gr.TabItem("Concentration of Authority"):
149
+ # with gr.Accordion("Militarization, Surveillance, and Weaponization", open=False):
150
+ # gr.Image()
151
+ # with gr.Accordion("Imposing Norms and Values", open=False):
152
+ # gr.Image()
153
+
154
+ # with gr.TabItem("Labor and Creativity"):
155
+ # with gr.Accordion("Intellectual Property and Ownership", open=False):
156
+ # gr.Image()
157
+ # with gr.Accordion("Economy and Labor Market", open=False):
158
+ # gr.Image()
159
+
160
+ # with gr.TabItem("Ecosystem and Environment"):
161
+ # with gr.Accordion("Widening Resource Gaps", open=False):
162
+ # gr.Image()
163
+ # with gr.Accordion("Environmental Impacts", open=False):
164
+ # gr.Image()
165
 
166
 
167
  with gr.Row():