Todo application sample built with Gradio and Litestream.
- Create a GCS Bucket.
- Rewrite the replica url in
litestream.yml
.
- Authenticate gcloud with
gcloud auth application-default login
. - Run
docker compose up --build
- Access localhost:7860
gcloud run deploy your-service-name \
--port 7860 \
--allow-unauthenticated \
--region your-region \
--source .