Skip to content

Commit e4282bc

Browse files
Update common_constants.py
remove RUN_MAKEVIDEO_API = False There is a specific endpoint for this and there is no need of a constant.
1 parent f9c5a15 commit e4282bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common_constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ def __init__(self, default_value=None, *args):
5959
GEN_INPAINTED_MESH = False
6060
GEN_INPAINTED_MESH_DEMOS = False
6161

62-
RUN_MAKEVIDEO_API = False
63-
6462
GEN_REMBG = False
6563
SAVE_BACKGROUND_REMOVAL_MASKS = False # Legacy, will be reworked
6664
PRE_DEPTH_BACKGROUND_REMOVAL = False # Legacy, will be reworked

0 commit comments

Comments
 (0)