RandomPersonRR commited on
Commit
dbd215c
·
verified ·
1 Parent(s): 5a41aab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import glob
6
  import shutil
7
  import gradio as gr
8
 
 
9
  # Set executable fdkaac path
10
  fdkaac_path = os.path.abspath("./fdkaac")
11
  ffmpeg_path = shutil.which("ffmpeg")
 
6
  import shutil
7
  import gradio as gr
8
 
9
+ os.system("chmod +x ./fdkaac)
10
  # Set executable fdkaac path
11
  fdkaac_path = os.path.abspath("./fdkaac")
12
  ffmpeg_path = shutil.which("ffmpeg")