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 86ec5ce + fe45d36 commit e7fc3caCopy full SHA for e7fc3ca
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