ziqiangao commited on
Commit
6979b00
·
verified ·
1 Parent(s): 22680e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import ffmpeg
14
  import subprocess
15
  import traceback
16
 
17
- path = "home/usr/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
 
14
  import subprocess
15
  import traceback
16
 
17
+ path = "" # 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