flask_inference_api_g / index.html
DmitrMakeev's picture
Duplicate from bsenst/flask_inference_api
d4952da
raw
history blame
No virus
313 Bytes
<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>