Spaces:
Runtime error
Runtime error
Commit
•
1a53147
1
Parent(s):
b909b3f
Adding requirements.txt
Browse files
notebooks/automated_embeddings.ipynb
CHANGED
@@ -21,6 +21,24 @@
|
|
21 |
"# Setup"
|
22 |
]
|
23 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
{
|
25 |
"cell_type": "markdown",
|
26 |
"id": "b6f72042-173d-4a72-ade1-9304b43b528d",
|
|
|
21 |
"# Setup"
|
22 |
]
|
23 |
},
|
24 |
+
{
|
25 |
+
"cell_type": "markdown",
|
26 |
+
"id": "3c830114-dd88-45a9-81b9-78b0e3da7384",
|
27 |
+
"metadata": {},
|
28 |
+
"source": [
|
29 |
+
"## Requirements"
|
30 |
+
]
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"cell_type": "code",
|
34 |
+
"execution_count": null,
|
35 |
+
"id": "35386f72-32cb-49fa-a108-3aa504e20429",
|
36 |
+
"metadata": {},
|
37 |
+
"outputs": [],
|
38 |
+
"source": [
|
39 |
+
"!pip install -q -r ../requirements.txt"
|
40 |
+
]
|
41 |
+
},
|
42 |
{
|
43 |
"cell_type": "markdown",
|
44 |
"id": "b6f72042-173d-4a72-ade1-9304b43b528d",
|