Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
53ca739
1
Parent(s):
41eb7d6
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
|
|
8 |
os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")
|
9 |
os.system("python3 -m pip install -e .")
|
10 |
|
|
|
11 |
# install mt3
|
12 |
os.system("git clone --branch=main https://github.com/magenta/mt3")
|
13 |
os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
|
|
|
8 |
os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")
|
9 |
os.system("python3 -m pip install -e .")
|
10 |
|
11 |
+
|
12 |
# install mt3
|
13 |
os.system("git clone --branch=main https://github.com/magenta/mt3")
|
14 |
os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
|