Skip to content

Todo application sample built with Gradio and Litestream

Notifications You must be signed in to change notification settings

logicoffee/gradio-litestream-sample

Repository files navigation

Gradio Litestream Sample

Todo application sample built with Gradio and Litestream.

Prerequisites

  • Create a GCS Bucket.
  • Rewrite the replica url in litestream.yml.

Runnig locally

  • Authenticate gcloud with gcloud auth application-default login.
  • Run docker compose up --build
  • Access localhost:7860

Deploy to Cloud Run

gcloud run deploy your-service-name \
    --port 7860 \
    --allow-unauthenticated \
    --region your-region \
    --source .

About

Todo application sample built with Gradio and Litestream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published