Skip to content

Commit 9cd2659

Browse files
committed
Update text2image.ipynb
1 parent 8bd8272 commit 9cd2659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ch10_Diffusion/ec10_B_text2image/text2image.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Generating Images of Digits from Text Prompts\n",
88
"\n",
99
"<div style=\"background-color: #f0f8ff; border: 2px solid #4682b4; padding: 10px;\">\n",
10-
"<a href=\"https://colab.research.google.com/github/DeepTrackAI/DeepLearningCrashCourse/blob/main/Ch10_Diffusion/ec10_D_text2image/text2image.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
10+
"<a href=\"https://colab.research.google.com/github/DeepTrackAI/DeepLearningCrashCourse/blob/main/Ch10_Diffusion/ec10_B_text2image/text2image.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
1111
"<strong>If using Colab/Kaggle:</strong> You need to uncomment the code in the cell below this one.\n",
1212
"You need also to copy the `mnist_sentences.json` and `test_sentences.txt` files from the\n",
1313
"<a href=\"https://github.com/DeepTrackAI/DeepLearningCrashCourse/tree/main/Ch10_Diffusion/ec10_D_text2image\">notebook folder</a> in GitHub to the Colab/Kaggle work directory.\n",
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 1,
19+
"execution_count": null,
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [

0 commit comments

Comments
 (0)