Skip to content

Commit 76bdd34

Browse files
authored
code formatting fix (#287)
1 parent 98170ad commit 76bdd34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

introduction_to_amazon_algorithms/jumpstart_upscaling/Amazon_JumpStart_Upscaling.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@
149149
"from sagemaker.predictor import Predictor\n",
150150
"from sagemaker.utils import name_from_base\n",
151151
"\n",
152-
"(model_id, model_version,) = (\n",
152+
"(\n",
153+
" model_id,\n",
154+
" model_version,\n",
155+
") = (\n",
153156
" \"model-upscaling-stabilityai-stable-diffusion-x4-upscaler-fp16\",\n",
154157
" \"1.*\",\n",
155158
")\n",

0 commit comments

Comments
 (0)