Spaces:
Sleeping
Sleeping
Merge pull request #5 from huggingface/minor-nits
Browse files
units/en/unit0/introduction.mdx
CHANGED
|
@@ -67,8 +67,8 @@ To be able to follow this course, you should have:
|
|
| 67 |
|
| 68 |
If you don't have any of these, don't worry! Here are some resources that can help you:
|
| 69 |
|
| 70 |
-
* [LLM Course](https://huggingface.co/learn/llm-course/
|
| 71 |
-
* [Agents Course](https://huggingface.co/learn/agents-course/
|
| 72 |
|
| 73 |
<Tip>
|
| 74 |
|
|
|
|
| 67 |
|
| 68 |
If you don't have any of these, don't worry! Here are some resources that can help you:
|
| 69 |
|
| 70 |
+
* [LLM Course](https://huggingface.co/learn/llm-course/) will guide you through the basics of using and building with LLMs.
|
| 71 |
+
* [Agents Course](https://huggingface.co/learn/agents-course/) will guide you through building AI agents with LLMs.
|
| 72 |
|
| 73 |
<Tip>
|
| 74 |
|
units/en/unit2/gradio-client.mdx
CHANGED
|
@@ -20,7 +20,7 @@ pip install smolagents[mcp] gradio[mcp] mcp
|
|
| 20 |
|
| 21 |
Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
|
| 22 |
|
| 23 |
-
|
| 24 |
```python
|
| 25 |
import gradio as gr
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
Now, we can import the necessary libraries and create a simple Gradio interface that uses the MCP Client to connect to the MCP Server.
|
| 22 |
|
| 23 |
+
|
| 24 |
```python
|
| 25 |
import gradio as gr
|
| 26 |
|