Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
·
f3f4569
1
Parent(s):
b704a90
Test batch script
Browse files- modules/constants.py +1 -0
modules/constants.py
CHANGED
@@ -7,3 +7,4 @@ IMAGE_FILE_EXT = ['.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tiff', '.webp']
|
|
7 |
VIDEO_FILE_EXT = ['.mp4', '.avi', '.mov', '.wmv', '.flv', '.webm', '.mkv', '.mpeg', '.mpg', '.m4v', '.3gp', '.ts', '.vob']
|
8 |
DEFAULT_COLOR = "#00FF00"
|
9 |
DEFAULT_PIXEL_SIZE = 8
|
|
|
|
7 |
VIDEO_FILE_EXT = ['.mp4', '.avi', '.mov', '.wmv', '.flv', '.webm', '.mkv', '.mpeg', '.mpg', '.m4v', '.3gp', '.ts', '.vob']
|
8 |
DEFAULT_COLOR = "#00FF00"
|
9 |
DEFAULT_PIXEL_SIZE = 8
|
10 |
+
|