Update app.py
Browse files
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.")
|