NimaBoscarino commited on
Commit
7b5b669
·
1 Parent(s): cc9c421

Add Substra space and blog

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -194,6 +194,10 @@ consentful = Category(
194
  - Avoiding extractive, chauvinist, ["dark"](https://www.deceptive.design), and otherwise "unethical" patterns of engagement.
195
  """,
196
  news=[
 
 
 
 
197
  News(
198
  title="🎥 MoroccoAI webinar - Loubna Ben Allal - 'Building open large models for code'",
199
  link="https://twitter.com/MoroccoAI/status/1629105224848646144"
@@ -204,6 +208,10 @@ consentful = Category(
204
  )
205
  ],
206
  spaces=[
 
 
 
 
207
  Space(
208
  title="Does CLIP Know My Face?",
209
  id="AIML-TUDA/does-clip-know-my-face"
 
194
  - Avoiding extractive, chauvinist, ["dark"](https://www.deceptive.design), and otherwise "unethical" patterns of engagement.
195
  """,
196
  news=[
197
+ News(
198
+ title="Creating Privacy Preserving AI with Substra",
199
+ link="https://huggingface.co/blog/owkin-substra"
200
+ ),
201
  News(
202
  title="🎥 MoroccoAI webinar - Loubna Ben Allal - 'Building open large models for code'",
203
  link="https://twitter.com/MoroccoAI/status/1629105224848646144"
 
208
  )
209
  ],
210
  spaces=[
211
+ Space(
212
+ title="Federated Learning with Substra",
213
+ id="owkin/substra"
214
+ ),
215
  Space(
216
  title="Does CLIP Know My Face?",
217
  id="AIML-TUDA/does-clip-know-my-face"