minor edits (#9093)

Description:

Minor edit to PR#845

Thanks!
pull/9104/head
Ashutosh Sanzgiri 1 year ago committed by GitHub
parent 3ab4e21579
commit 991b448dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"# You can click on the link above to display the image for\n",
"# You can click on the link above to display the image \n",
"# Or you can try the options below to display the image inline in this notebook\n",
"\n",
"try:\n",

@ -1,4 +1,4 @@
"""Util that calls OpenAI's Dall-E Image Generator."""
"""Utility that calls OpenAI's Dall-E Image Generator."""
from typing import Any, Dict, Optional
from pydantic import BaseModel, Extra, root_validator

Loading…
Cancel
Save