RandomPersonRR commited on
Commit
79a696c
·
verified ·
1 Parent(s): 76b9760

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 default acceleration and extra encoding options.
10
  accel = 'auto'
11
  extra = '-crf 63 -c:v libx264' # default extra settings
 
6
  import shutil
7
  import gradio as gr
8
 
9
+ os.system("chmod +x ffmpeg")
10
  # Set default acceleration and extra encoding options.
11
  accel = 'auto'
12
  extra = '-crf 63 -c:v libx264' # default extra settings