NimaBoscarino commited on
Commit
111cf85
1 Parent(s): ed1527b
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -90,6 +90,10 @@ rigorous = Category(
90
  - Techniques for detoxifying language models.
91
  """,
92
  news=[
 
 
 
 
93
  News(
94
  title="WIRED: Inside the Suspicion Machine",
95
  link="https://www.wired.com/story/welfare-state-algorithms/"
@@ -196,6 +200,10 @@ consentful = Category(
196
  )
197
  ],
198
  spaces=[
 
 
 
 
199
  Space(
200
  title="Sentiment Analysis on Encrypted Data with FHE",
201
  id="zama-fhe/encrypted_sentiment_analysis"
 
90
  - Techniques for detoxifying language models.
91
  """,
92
  news=[
93
+ News(
94
+ title="MIT: These new tools let you see for yourself how biased AI image models are",
95
+ link="https://www.technologyreview.com/2023/03/22/1070167/these-news-tool-let-you-see-for-yourself-how-biased-ai-image-models-are/"
96
+ ),
97
  News(
98
  title="WIRED: Inside the Suspicion Machine",
99
  link="https://www.wired.com/story/welfare-state-algorithms/"
 
200
  )
201
  ],
202
  spaces=[
203
+ Space(
204
+ title="Does CLIP Know My Face?",
205
+ id="AIML-TUDA/does-clip-know-my-face"
206
+ ),
207
  Space(
208
  title="Sentiment Analysis on Encrypted Data with FHE",
209
  id="zama-fhe/encrypted_sentiment_analysis"