Spaces:
Runtime error
Runtime error
Add application files
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ license: mit
|
|
18 |
|
19 |
The first step is to create a space and select the appropriate sdk (which is Gradio in this example), per [these instructions](https://huggingface.co/docs/hub/spaces-overview#creating-a-new-space):
|
20 |
|
21 |
-
, per [these instructions](https://huggingface.co/docs/hub/spaces-overview#creating-a-new-space):
|
20 |
|
21 |
+

|
22 |
|
23 |
After you are done creating the space, **clone the repo per the instructions provided in the app.** In this example, I ran the command `git clone https://huggingface.co/spaces/hamel/hfspace_demo`.
|
24 |
|
app.ipynb
CHANGED
@@ -21,11 +21,16 @@
|
|
21 |
]
|
22 |
},
|
23 |
{
|
|
|
|
|
|
|
|
|
|
|
24 |
"cell_type": "markdown",
|
25 |
"id": "b34d7ec6-69b8-48c4-a68b-fad6db3c2fab",
|
26 |
"metadata": {},
|
27 |
"source": [
|
28 |
-
""
|
34 |
]
|
35 |
},
|
36 |
{
|
app.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
|
7 |
The first step is to create a space and select the appropriate sdk (which is Gradio in this example), per [these instructions](https://huggingface.co/docs/hub/spaces-overview#creating-a-new-space):
|
8 |
|
9 |
-
, per [these instructions](https://huggingface.co/docs/hub/spaces-overview#creating-a-new-space):
|
8 |
|
9 |
+

|
10 |
|
11 |
After you are done creating the space, **clone the repo per the instructions provided in the app.** In this example, I ran the command `git clone https://huggingface.co/spaces/hamel/hfspace_demo`.
|
12 |
|