Spaces:
Runtime error
Runtime error
Commit
·
4161fb7
1
Parent(s):
38ed332
:construction: wip
Browse files- dino/app.py +2 -0
dino/app.py
CHANGED
@@ -17,6 +17,8 @@ def func(resize, video):
|
|
17 |
if os.path.exists('./outputs'):
|
18 |
shutil.rmtree('./outputs')
|
19 |
|
|
|
|
|
20 |
args = Namespace(
|
21 |
arch="vit_small",
|
22 |
patch_size=8,
|
|
|
17 |
if os.path.exists('./outputs'):
|
18 |
shutil.rmtree('./outputs')
|
19 |
|
20 |
+
os.makedirs('./outputs/')
|
21 |
+
|
22 |
args = Namespace(
|
23 |
arch="vit_small",
|
24 |
patch_size=8,
|