Spaces:
Runtime error
Runtime error
yourusername
commited on
Commit
·
249b039
1
Parent(s):
18d6642
:construction: wip
Browse files- dino/app.py +1 -1
dino/app.py
CHANGED
@@ -11,7 +11,7 @@ import subprocess
|
|
11 |
|
12 |
os.environ['KMP_DUPLICATE_LIB_OK']='True'
|
13 |
|
14 |
-
subprocess.call("
|
15 |
|
16 |
def func(resize, video):
|
17 |
# return video
|
|
|
11 |
|
12 |
os.environ['KMP_DUPLICATE_LIB_OK']='True'
|
13 |
|
14 |
+
subprocess.call("apt-get install ffmpeg".split())
|
15 |
|
16 |
def func(resize, video):
|
17 |
# return video
|