From a0767c9ee620a7305c8384c42d83ce8fde2bcc3e Mon Sep 17 00:00:00 2001 From: Charlie Holtz Date: Wed, 26 Apr 2023 15:50:44 -0400 Subject: [PATCH] Update README.md to include colab link Signed off by Charlie Holtz charlie@replicate.com --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2d8b8fa0..6a070b96 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is a Python client for [Replicate](https://replicate.com). It lets you run models from your Python code or Jupyter notebook, and do various other things on Replicate. +> **👋** Check out an interactive version of this tutorial on [Google Colab](https://colab.research.google.com/drive/1K91q4p-OhL96FHBAVLsv9FlwFdu6Pn3c). +> +> [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1K91q4p-OhL96FHBAVLsv9FlwFdu6Pn3c) + + ## Install ```sh