hugggof commited on
Commit
6dc7692
1 Parent(s): d0fcec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ try:
32
  except ImportError:
33
  print("Installing harp dependencies...")
34
  sp.check_call(["pip", "install", *harp_deps])
 
35
  import pyharp
36
 
37
 
 
32
  except ImportError:
33
  print("Installing harp dependencies...")
34
  sp.check_call(["pip", "install", *harp_deps])
35
+ sp.check_call(["pip", "install", "git+https://github.com/audacitorch/pyharp.git#egg=pyharp"])
36
  import pyharp
37
 
38