Spaces:
Runtime error
Runtime error
Add application files
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ First, lets specify the libraries we need, which in this case are `gradio` and `
|
|
30 |
|
31 |
|
32 |
```
|
33 |
-
#|export
|
34 |
import gradio as gr
|
35 |
from fastcore.net import urljson, HTTPError
|
36 |
```
|
|
|
30 |
|
31 |
|
32 |
```
|
33 |
+
#|export
|
34 |
import gradio as gr
|
35 |
from fastcore.net import urljson, HTTPError
|
36 |
```
|
app.ipynb
CHANGED
@@ -61,7 +61,7 @@
|
|
61 |
"metadata": {},
|
62 |
"outputs": [],
|
63 |
"source": [
|
64 |
-
"#|export
|
65 |
"import gradio as gr\n",
|
66 |
"from fastcore.net import urljson, HTTPError"
|
67 |
]
|
|
|
61 |
"metadata": {},
|
62 |
"outputs": [],
|
63 |
"source": [
|
64 |
+
"#|export\n",
|
65 |
"import gradio as gr\n",
|
66 |
"from fastcore.net import urljson, HTTPError"
|
67 |
]
|
app.md
CHANGED
@@ -18,7 +18,7 @@ First, lets specify the libraries we need, which in this case are `gradio` and `
|
|
18 |
|
19 |
|
20 |
```
|
21 |
-
#|export
|
22 |
import gradio as gr
|
23 |
from fastcore.net import urljson, HTTPError
|
24 |
```
|
|
|
18 |
|
19 |
|
20 |
```
|
21 |
+
#|export
|
22 |
import gradio as gr
|
23 |
from fastcore.net import urljson, HTTPError
|
24 |
```
|
app.py
CHANGED
@@ -3,6 +3,10 @@
|
|
3 |
# %% auto 0
|
4 |
__all__ = ['iface', 'size']
|
5 |
|
|
|
|
|
|
|
|
|
6 |
# %% app.ipynb 7
|
7 |
def size(repo:str):
|
8 |
"Returns the size in GB of a HuggingFace Dataset."
|
|
|
3 |
# %% auto 0
|
4 |
__all__ = ['iface', 'size']
|
5 |
|
6 |
+
# %% app.ipynb 6
|
7 |
+
import gradio as gr
|
8 |
+
from fastcore.net import urljson, HTTPError
|
9 |
+
|
10 |
# %% app.ipynb 7
|
11 |
def size(repo:str):
|
12 |
"Returns the size in GB of a HuggingFace Dataset."
|