Hugo Flores Garcia commited on
Commit
e5be3f0
1 Parent(s): fafb928
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import os
3
 
4
  print("installing pyharp")
5
- os.system('pip install "pyharp@git+https://github.com/audacitorch/pyharp.git')
6
  print("installing madmom")
7
  os.system('pip install cython')
8
  os.system('pip install madmom')
 
2
  import os
3
 
4
  print("installing pyharp")
5
+ os.system('pip install "pyharp@git+https://github.com/audacitorch/pyharp.git"')
6
  print("installing madmom")
7
  os.system('pip install cython')
8
  os.system('pip install madmom')