Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|