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 a064c72 + 17f31f5 commit ecf0cd9Copy full SHA for ecf0cd9
units/en/unit2/gradio-server.mdx
@@ -26,6 +26,8 @@ pip install "gradio[mcp]" textblob
26
27
## Creating the Server
28
29
+> Hugging face spaces needs an app.py file to build the space. So the name of the python file has to be app.py
30
+
31
Create a new file called `app.py` with the following code:
32
33
```python
0 commit comments