----- video-generator/src/server.ts ----- index d143138..82c1ef9 100644 @@ -59,7 +59,7 @@ app.post('/run-python', upload.fields([{ name: 'videos' }, { name: 'audios ...
Couple more things to check: make sure the library is readable by the user, and probably executable, just in case, although I don't know if that's actually required for libraries. Then maybe try ...