Spaces:
Build error
Build error
Commit
·
2b32286
1
Parent(s):
2feb1a6
censoring weird content
Browse files- database.json +1 -1
- scripts/censorship.sh +7 -0
- start.sh +1 -1
database.json
CHANGED
@@ -1524,7 +1524,7 @@
|
|
1524 |
},
|
1525 |
{
|
1526 |
"sequenceId": "6d9345ee-8833-4404-9881-1eb5295a4dce",
|
1527 |
-
"skip":
|
1528 |
"lastGenerationAt": "",
|
1529 |
"videoPrompt": "a 3d render, Pixar-like movie about animals boxing and fighting each other in various arenas",
|
1530 |
"audioPrompt": "fast-paced combat music with guitars rifss and electronic drum loop",
|
|
|
1524 |
},
|
1525 |
{
|
1526 |
"sequenceId": "6d9345ee-8833-4404-9881-1eb5295a4dce",
|
1527 |
+
"skip": true,
|
1528 |
"lastGenerationAt": "",
|
1529 |
"videoPrompt": "a 3d render, Pixar-like movie about animals boxing and fighting each other in various arenas",
|
1530 |
"audioPrompt": "fast-paced combat music with guitars rifss and electronic drum loop",
|
scripts/censorship.sh
CHANGED
@@ -8,3 +8,10 @@ rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*2f6806a9-5cee-4892-adba-83548122309f*
|
|
8 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
|
9 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*e756d6ea-c424-4a05-b553-4be80ec68513*
|
10 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
|
9 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*e756d6ea-c424-4a05-b553-4be80ec68513*
|
10 |
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
|
11 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2*bf474352-7900-4d30-a6ce-71daa90d13ee*
|
12 |
+
|
13 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*2f6806a9-5cee-4892-adba-83548122309f*
|
14 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*6741315d-9b5e-43ef-ab6d-e14e6f93897a*
|
15 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*e756d6ea-c424-4a05-b553-4be80ec68513*
|
16 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*d6bb4dcf-65ce-4e73-b39d-e5f6d58001fc*
|
17 |
+
rm -f $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_3*bf474352-7900-4d30-a6ce-71daa90d13ee*
|
start.sh
CHANGED
@@ -8,7 +8,7 @@ bash ./scripts/init.sh
|
|
8 |
bash scripts/download_fresh_music.sh
|
9 |
|
10 |
# ---------- CONTENT ALIGNMENT ---------
|
11 |
-
|
12 |
|
13 |
# ----------- ARCHIVE OLD, UNINTERESTING VIDEOS -------
|
14 |
# bash scripts/decimate_content.sh
|
|
|
8 |
bash scripts/download_fresh_music.sh
|
9 |
|
10 |
# ---------- CONTENT ALIGNMENT ---------
|
11 |
+
bash scripts/censorship.sh
|
12 |
|
13 |
# ----------- ARCHIVE OLD, UNINTERESTING VIDEOS -------
|
14 |
# bash scripts/decimate_content.sh
|