Spaces:
Runtime error
Runtime error
bring back data and dataout
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ import imageio
|
|
10 |
from moviepy.editor import *
|
11 |
|
12 |
os.makedirs("models", exist_ok=True)
|
|
|
|
|
13 |
|
14 |
model_path = hf_hub_download(
|
15 |
repo_id="akhaliq/lama",
|
|
|
10 |
from moviepy.editor import *
|
11 |
|
12 |
os.makedirs("models", exist_ok=True)
|
13 |
+
os.makedirs("data", exist_ok=True)
|
14 |
+
os.makedirs("dataout", exist_ok=True)
|
15 |
|
16 |
model_path = hf_hub_download(
|
17 |
repo_id="akhaliq/lama",
|