From fd53fa17db37dcec2e89c334da3fffcd89285ff7 Mon Sep 17 00:00:00 2001 From: Piero Rolando <72224217+pierorolando1@users.noreply.github.com> Date: Fri, 6 May 2022 18:53:36 -0500 Subject: [PATCH] Fix a typo in README (#70) Change "pyhon" for "python" (correct) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bff624..91831ac 100644 --- a/README.md +++ b/README.md @@ -902,7 +902,7 @@ Please note that the script internally passes text_embed and image_embed to the ### Usage ```bash -$ pyhon train_diffusion_prior.py +$ python train_diffusion_prior.py ``` The most significant parameters for the script are as follows: