Musepose serverless error
I am currently running this runpod template
https://github.com/camenduru/muse-pose-tost/blob/main/worker_runpod.py
How can I return the video as a url to the user?
I keep running into :
GitHub
muse-pose-tost/worker_runpod.py at main · camenduru/muse-pose-tost
Contribute to camenduru/muse-pose-tost development by creating an account on GitHub.
Solution:Jump to solution
Use environment variables | RunPod Documentation
Learn how to use environment variables in RunPod Handler Functions to securely manage S3 bucket credentials and operations, including uploading images and setting necessary environment variables.
2 Replies
Solution
Use environment variables | RunPod Documentation
Learn how to use environment variables in RunPod Handler Functions to securely manage S3 bucket credentials and operations, including uploading images and setting necessary environment variables.
Check that docs, use the code to return the s3 url.