document_redaction / cdk /cdk.json.example
seanpedrickcase's picture
Sync: Fixes to image annotation component for compatibility with gradio 6.26.0
2677bc3
Raw
History Blame Contribute Delete
131 Bytes
{
"app": "python app.py",
"output": "cdk.out",
"context": {
"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": false
}
}