Enutrof commited on
Commit
b68ee5e
·
1 Parent(s): 46802ef

edited app file.

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -1,9 +1,3 @@
1
- import subprocess, platform
2
-
3
- if platform.system() == 'Linux':
4
- subprocess.run(['apt-get', 'install', 'libsndfile1'], check=True)
5
- subprocess.run(['apt-get', 'install', 'ffmpeg'], check=True)
6
-
7
  import gradio as gr
8
  from inference import *
9
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  from inference import *
3