Update preprocessing_router.py
Browse files- preprocessing_router.py +0 -7
preprocessing_router.py
CHANGED
|
@@ -237,13 +237,6 @@ async def finalize_casting(
|
|
| 237 |
|
| 238 |
MEDIA_ROOT = _P("/data/media")
|
| 239 |
video_hash = find_video_hash(video_name+".mp4",MEDIA_ROOT)
|
| 240 |
-
print(video_name)
|
| 241 |
-
print("====================")
|
| 242 |
-
print(characters)
|
| 243 |
-
print("==============")
|
| 244 |
-
print(voice_clusters)
|
| 245 |
-
print("==============")
|
| 246 |
-
print(video_hash)
|
| 247 |
if not video_name or not base_dir:
|
| 248 |
raise HTTPException(status_code=400, detail="Missing video_name or base_dir")
|
| 249 |
|
|
|
|
| 237 |
|
| 238 |
MEDIA_ROOT = _P("/data/media")
|
| 239 |
video_hash = find_video_hash(video_name+".mp4",MEDIA_ROOT)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 240 |
if not video_name or not base_dir:
|
| 241 |
raise HTTPException(status_code=400, detail="Missing video_name or base_dir")
|
| 242 |
|