We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f46f621 + 70b1379 commit 2787f19Copy full SHA for 2787f19
units/en/unit2/gradio-server.mdx
@@ -157,10 +157,11 @@ You can test the server in two ways:
157
To make your server available to others, you can deploy it to Hugging Face Spaces:
158
159
1. Create a new Space on Hugging Face:
160
- - Go to huggingface.co/spaces
161
- - Click "Create new Space"
162
- - Choose "Gradio" as the SDK
+ - Go to [huggingface.co/spaces](https://huggingface.co/spaces)
+ - Click "New Space"
163
- Name your space (e.g., "mcp-sentiment")
+ - Choose "Gradio" as the SDK
164
+ - Click "Create Space"
165
166
2. Create a `requirements.txt` file:
167
```txt
0 commit comments