Spaces:
Runtime error
Runtime error
Omar Sanseviero commited on
Commit ·
bcc4895
1
Parent(s): f5309a0
Create index.html
Browse files- index.html +14 -0
index.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<h1>
|
| 2 |
+
Flask Space
|
| 3 |
+
</h1>
|
| 4 |
+
|
| 5 |
+
<p>
|
| 6 |
+
Welcome! This is a Flask Space! To create one, follow the next steps:
|
| 7 |
+
</p>
|
| 8 |
+
|
| 9 |
+
<ol>
|
| 10 |
+
<li>Create a <a href="https://huggingface.co/new-space">new Space</a></li>
|
| 11 |
+
<li>Select Gradio SDK</li>
|
| 12 |
+
<li>Add Flask to the requirements</li>
|
| 13 |
+
<li>Create your Flask app in app.py file</li>
|
| 14 |
+
</ol>
|