From 6605a47f44e008d6cc4e7c6da919a8da11ace69e Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Fri, 16 May 2025 09:41:12 +0200 Subject: [PATCH] Updated links and removed duplicated code init --- units/en/unit0/introduction.mdx | 4 ++-- units/en/unit2/gradio-client.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/units/en/unit0/introduction.mdx b/units/en/unit0/introduction.mdx index 8a7d3a3..a381fb1 100644 --- a/units/en/unit0/introduction.mdx +++ b/units/en/unit0/introduction.mdx @@ -67,8 +67,8 @@ To be able to follow this course, you should have: If you don't have any of these, don't worry! Here are some resources that can help you: -* [LLM Course](https://huggingface.co/learn/llm-course/en/chapter1/10) will guide you through the basics of using and building with LLMs. -* [Agents Course](https://huggingface.co/learn/agents-course/en/chapter1/10) will guide you through building AI agents with LLMs. +* [LLM Course](https://huggingface.co/learn/llm-course/) will guide you through the basics of using and building with LLMs. +* [Agents Course](https://huggingface.co/learn/agents-course/) will guide you through building AI agents with LLMs. diff --git a/units/en/unit2/gradio-client.mdx b/units/en/unit2/gradio-client.mdx index 395b8b4..962d37b 100644 --- a/units/en/unit2/gradio-client.mdx +++ b/units/en/unit2/gradio-client.mdx @@ -20,7 +20,7 @@ pip install smolagents[mcp] gradio[mcp] mcp Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server. -```python + ```python import gradio as gr