Spaces:
Build error
Build error
Commit
•
66dabef
1
Parent(s):
cd0a82a
Update on_startup.sh
Browse files- on_startup.sh +2 -1
on_startup.sh
CHANGED
@@ -3,4 +3,5 @@
|
|
3 |
# For example, to clone transformers and install it in dev mode:
|
4 |
# git clone https://github.com/huggingface/transformers.git
|
5 |
# cd transformers && pip install -e ".[dev]"
|
6 |
-
|
|
|
|
3 |
# For example, to clone transformers and install it in dev mode:
|
4 |
# git clone https://github.com/huggingface/transformers.git
|
5 |
# cd transformers && pip install -e ".[dev]"
|
6 |
+
mkdir notebooks
|
7 |
+
mv ~/app/First Steps with Manim.ipynb ~/app/notebooks
|