Spaces:
Runtime error
Runtime error
yourusername
commited on
Commit
•
8e4cb01
1
Parent(s):
d376d7a
:construction: wip
Browse files- dino/app.py +2 -1
dino/app.py
CHANGED
@@ -7,7 +7,8 @@ from argparse import Namespace
|
|
7 |
import subprocess
|
8 |
|
9 |
os.environ['KMP_DUPLICATE_LIB_OK']='True'
|
10 |
-
|
|
|
11 |
|
12 |
def func(resize, video):
|
13 |
# return video
|
|
|
7 |
import subprocess
|
8 |
|
9 |
os.environ['KMP_DUPLICATE_LIB_OK']='True'
|
10 |
+
import pip
|
11 |
+
print(pip.main(['list']))
|
12 |
|
13 |
def func(resize, video):
|
14 |
# return video
|