sofianhw commited on
Commit
242413c
·
verified ·
1 Parent(s): fdb53e2

bring back data and dataout

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",