Spaces:
Running
Running
ziqiangao
commited on
Commit
·
0f4305e
1
Parent(s):
760d99b
fix error and add fonts
Browse files- Lexend-Black.ttf +0 -0
- Lexend-Bold.ttf +0 -0
- Lexend-VariableFont_wght.ttf +0 -0
- SpaceMono-Bold.ttf +0 -0
- app.py +1 -1
Lexend-Black.ttf
ADDED
Binary file (78.5 kB). View file
|
|
Lexend-Bold.ttf
ADDED
Binary file (78.6 kB). View file
|
|
Lexend-VariableFont_wght.ttf
ADDED
Binary file (176 kB). View file
|
|
SpaceMono-Bold.ttf
ADDED
Binary file (86.6 kB). View file
|
|
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 = '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
|