diff --git a/units/en/unit2/gradio-server.mdx b/units/en/unit2/gradio-server.mdx index bc99b05..483c7a7 100644 --- a/units/en/unit2/gradio-server.mdx +++ b/units/en/unit2/gradio-server.mdx @@ -157,10 +157,11 @@ You can test the server in two ways: To make your server available to others, you can deploy it to Hugging Face Spaces: 1. Create a new Space on Hugging Face: - - Go to huggingface.co/spaces - - Click "Create new Space" - - Choose "Gradio" as the SDK + - Go to [huggingface.co/spaces](https://huggingface.co/spaces) + - Click "New Space" - Name your space (e.g., "mcp-sentiment") + - Choose "Gradio" as the SDK + - Click "Create Space" 2. Create a `requirements.txt` file: ```txt