Amrrs commited on
Commit
0aef083
1 Parent(s): feece58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import subprocess # process in the os
6
  from subprocess import STDOUT, check_call #os process manipulation
7
 
8
- os.system('pip uninstall -y soundfile')
9
 
10
 
11
  """install libsndfile on the linux machine"""
 
5
  import subprocess # process in the os
6
  from subprocess import STDOUT, check_call #os process manipulation
7
 
8
+ #os.system('pip uninstall -y soundfile')
9
 
10
 
11
  """install libsndfile on the linux machine"""