oniati commited on
Commit
41eec48
1 Parent(s): 14d8b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ os.system("python3 -m pip install --upgrade pip")
15
 
16
 
17
  # install mt3
18
- os.system("git clone --branch=main https://github.com/inotiawu/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")
 
15
 
16
 
17
  # install mt3
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")