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'" ] },