oniati commited on
Commit
2b6bd0a
1 Parent(s): b85a767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ os.system("python3 -m pip install --upgrade pip")
18
  os.system("git clone --branch=main https://github.com/magenta/mt3")
19
  os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
20
  os.system("python3 -m pip install -e .")
21
- os.system("pip install tensorflow_cpu")
22
  # copy checkpoints
23
  os.system("gsutil -q -m cp -r gs://mt3/checkpoints .")
24
 
 
18
  os.system("git clone --branch=main https://github.com/magenta/mt3")
19
  os.system("mv mt3 mt3_tmp; mv mt3_tmp/* .; rm -r mt3_tmp")
20
  os.system("python3 -m pip install -e .")
21
+
22
  # copy checkpoints
23
  os.system("gsutil -q -m cp -r gs://mt3/checkpoints .")
24