aiface commited on
Commit
023b809
1 Parent(s): 17eb7fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ os.system('pip install scikit-video')
14
  os.system('pip install transformers')
15
  os.system('pip install gradio==3.12')
16
  os.system('pip install numpy==1.23.3')
17
- os.chdir('/home/user/app)
18
  os.makedirs("./result", exist_ok = True)
19
  os.makedirs("./video/và/test", exist_ok = True)
20
 
 
14
  os.system('pip install transformers')
15
  os.system('pip install gradio==3.12')
16
  os.system('pip install numpy==1.23.3')
17
+ os.chdir('/home/user/app')
18
  os.makedirs("./result", exist_ok = True)
19
  os.makedirs("./video/và/test", exist_ok = True)
20