A Gradio app deployed on AWS Lambda using web adapter that lets you generate videos from text and add AI-generated sound effects. Uses FastHunyuan for video and MMAudio for audio generation.
pip install modal
python -m modal setup
aws configure
npm install -g aws-cdk
cdk bootstrap
chmod +x setup.sh
./setup.sh <your-password> # Password used for endpoint authentication
The script:
The password provided to setup.sh is used to:
Open the Lambda URL provided after deployment to use the Gradio interface.
3 commits
Python
89.4%
Jupyter Notebook
5.2%
Shell
4.7%
A Gradio app deployed on AWS Lambda using web adapter that lets you generate videos from text and add AI-generated sound effects. Uses FastHunyuan for video and MMAudio for audio generation.
pip install modal
python -m modal setup
aws configure
npm install -g aws-cdk
cdk bootstrap
chmod +x setup.sh
./setup.sh <your-password> # Password used for endpoint authentication
The script:
The password provided to setup.sh is used to:
Open the Lambda URL provided after deployment to use the Gradio interface.
3 commits
Python
89.4%
Jupyter Notebook
5.2%
Shell
4.7%