Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 486 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 486 Bytes

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 .