Spaces:
Running
Running
ziqiangao
commited on
Commit
·
760d99b
1
Parent(s):
d7ff226
update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import ffmpeg
|
|
14 |
import subprocess
|
15 |
import traceback
|
16 |
|
17 |
-
path = '
|
18 |
|
19 |
def getRenderCords(ta: list, idx: int, res: int = 1024, size: tuple = (1280, 720)) -> list:
|
20 |
i = idx - res // 2
|
|
|
14 |
import subprocess
|
15 |
import traceback
|
16 |
|
17 |
+
path = '/app/' # Update with your path
|
18 |
|
19 |
def getRenderCords(ta: list, idx: int, res: int = 1024, size: tuple = (1280, 720)) -> list:
|
20 |
i = idx - res // 2
|