From 31b55af88cc4ce03a3544bcee9b4d98f5eb2230a Mon Sep 17 00:00:00 2001 From: ScottishSnake Date: Fri, 9 Oct 2020 22:53:06 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 00000000..1b15c054 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 60a1739d..a0a90596 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,4 @@ If you use this code for your research, please cite our papers. ## Acknowledgments This code borrows heavily from pix2pixHD. We thank Jiayuan Mao for his Synchronized Batch Normalization code. +[![Run on Repl.it](https://repl.it/badge/github/NVlabs/SPADE)](https://repl.it/github/NVlabs/SPADE) \ No newline at end of file