Update Home.py
Browse files
Home.py
CHANGED
@@ -19,6 +19,9 @@ translations = {
|
|
19 |
|
20 |
**• Le [Cours de modèles de diffusion de Hugging Face 🤗](https://github.com/huggingface/diffusion-models-class/tree/main/units/fr)**
|
21 |
Le contenu est structuré en 4 chapitres portant sur 17 pages web 🌐 et 8 notebooks Jupyter 📓 (en PyTorch).
|
|
|
|
|
|
|
22 |
"""
|
23 |
},
|
24 |
'en': {
|
@@ -39,6 +42,10 @@ translations = {
|
|
39 |
|
40 |
**• [Hugging Face's Diffusion Models Course 🤗](https://github.com/huggingface/diffusion-models-class/tree/main/units/fr)**
|
41 |
The content is structured into 4 chapters spread over 17 web pages 🌐 and 8 Jupyter notebooks 📓 (in PyTorch).
|
|
|
|
|
|
|
|
|
42 |
"""
|
43 |
}
|
44 |
}
|
|
|
19 |
|
20 |
**• Le [Cours de modèles de diffusion de Hugging Face 🤗](https://github.com/huggingface/diffusion-models-class/tree/main/units/fr)**
|
21 |
Le contenu est structuré en 4 chapitres portant sur 17 pages web 🌐 et 8 notebooks Jupyter 📓 (en PyTorch).
|
22 |
+
|
23 |
+
**• Le [Cours sur les agents IA de Hugging Face 🤗](https://huggingface.co/learn/agents-course/fr)**
|
24 |
+
Le contenu est structuré en 4 unités (+ 3 bonus) portant sur 74 pages web 🌐 et 16 notebooks Jupyter 📓.
|
25 |
"""
|
26 |
},
|
27 |
'en': {
|
|
|
42 |
|
43 |
**• [Hugging Face's Diffusion Models Course 🤗](https://github.com/huggingface/diffusion-models-class/tree/main/units/fr)**
|
44 |
The content is structured into 4 chapters spread over 17 web pages 🌐 and 8 Jupyter notebooks 📓 (in PyTorch).
|
45 |
+
|
46 |
+
|
47 |
+
**• Le [Cours sur les agents IA de Hugging Face 🤗](https://huggingface.co/learn/agents-course/fr)**
|
48 |
+
The content is structured into 4 units (+ 3 bonus) spread over 74 web pages 🌐 et 16 Jupyter notebooks 📓.
|
49 |
"""
|
50 |
}
|
51 |
}
|