ziqiangao commited on
Commit
760d99b
·
1 Parent(s): d7ff226

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 = 'C:/Users/ziqia/Downloads/oooo/' # 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 = '/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