Spaces:
Sleeping
Sleeping
Update app.ipynb
Browse files
app.ipynb
CHANGED
@@ -1,6 +1,47 @@
|
|
1 |
{
|
2 |
-
"cells": [
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"nbformat": 4,
|
5 |
"nbformat_minor": 5
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": null,
|
6 |
+
"id": "97b31790",
|
7 |
+
"metadata": {},
|
8 |
+
"outputs": [],
|
9 |
+
"source": [
|
10 |
+
"!pip install gradio\n",
|
11 |
+
"!pip install -Uqq fastai\n",
|
12 |
+
"\n",
|
13 |
+
"from fastai.vision.all import *\n",
|
14 |
+
"import gradio as gr"
|
15 |
+
]
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"cell_type": "code",
|
19 |
+
"execution_count": null,
|
20 |
+
"id": "576fabd6",
|
21 |
+
"metadata": {},
|
22 |
+
"outputs": [],
|
23 |
+
"source": []
|
24 |
+
}
|
25 |
+
],
|
26 |
+
"metadata": {
|
27 |
+
"kernelspec": {
|
28 |
+
"display_name": "Python 3 (ipykernel)",
|
29 |
+
"language": "python",
|
30 |
+
"name": "python3"
|
31 |
+
},
|
32 |
+
"language_info": {
|
33 |
+
"codemirror_mode": {
|
34 |
+
"name": "ipython",
|
35 |
+
"version": 3
|
36 |
+
},
|
37 |
+
"file_extension": ".py",
|
38 |
+
"mimetype": "text/x-python",
|
39 |
+
"name": "python",
|
40 |
+
"nbconvert_exporter": "python",
|
41 |
+
"pygments_lexer": "ipython3",
|
42 |
+
"version": "3.9.13"
|
43 |
+
}
|
44 |
+
},
|
45 |
"nbformat": 4,
|
46 |
"nbformat_minor": 5
|
47 |
}
|