RandomPersonRR commited on
Commit
7cbfe43
·
verified ·
1 Parent(s): 2297f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ import gradio as gr
10
  fdkaac_path = os.path.abspath("./fdkaac")
11
  ffmpeg_path = shutil.which("ffmpeg")
12
  yt_dlp_path = shutil.which("yt-dlp")
13
- subprocess.run("chmod", "+x", fdkaac_path)
14
 
15
  if not os.path.isfile(fdkaac_path):
16
  raise FileNotFoundError("fdkaac binary not found in current directory.")
 
10
  fdkaac_path = os.path.abspath("./fdkaac")
11
  ffmpeg_path = shutil.which("ffmpeg")
12
  yt_dlp_path = shutil.which("yt-dlp")
 
13
 
14
  if not os.path.isfile(fdkaac_path):
15
  raise FileNotFoundError("fdkaac binary not found in current directory.")