Amrrs commited on
Commit
feece58
1 Parent(s): ec24be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ os.system('pip uninstall -y soundfile')
9
 
10
 
11
  """install libsndfile on the linux machine"""
12
- proc = subprocess.Popen('apt-get install -y libsndfile1', shell=True, stdin=None, stdout=open(os.devnull,"wb"), stderr=STDOUT, executable="/bin/bash")
13
  proc.wait()
14
 
15
 
 
9
 
10
 
11
  """install libsndfile on the linux machine"""
12
+ proc = subprocess.Popen('apt-get install -y libsndfssile1', shell=True, stdin=None, stdout=open(os.devnull,"wb"), stderr=STDOUT, executable="/bin/bash")
13
  proc.wait()
14
 
15