Spaces:
Running
Running
Update app.py
Browse files
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 |
|