File size: 313 Bytes
d4952da
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h1>
  Flask Space
</h1>

<p>
  Welcome! This is a Flask Space! To create one, follow the next steps:
</p>

<ol>
  <li>Create a <a href="https://huggingface.co/new-space">new Space</a></li>
  <li>Select Gradio SDK</li>
  <li>Add Flask to the requirements</li>
  <li>Create your Flask app in app.py file</li>
</ol>