From 7141eeef876ccc2034f6b2061ce15591dcf309d8 Mon Sep 17 00:00:00 2001 From: Colin Jarvis Date: Thu, 29 Sep 2022 18:30:29 +0100 Subject: [PATCH] Removed line from notebook --- .../dalle/Intro to Generation and Variations with DALL-E.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/dalle/Intro to Generation and Variations with DALL-E.ipynb b/examples/dalle/Intro to Generation and Variations with DALL-E.ipynb index 96cdaa86..413bac7d 100644 --- a/examples/dalle/Intro to Generation and Variations with DALL-E.ipynb +++ b/examples/dalle/Intro to Generation and Variations with DALL-E.ipynb @@ -60,8 +60,6 @@ "\n", "dalle_generation_url = 'https://api.openai.com/v1/images/generations'\n", "dalle_variations_url = 'https://api.openai.com/v1/images/variations'\n", - "\n", - "# To be added later\n", "dalle_edits_url = 'https://api.openai.com/v1/images/edits'" ] },