Skip to content

Commit 8d7fafd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c29a1a commit 8d7fafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugging_face/finetune_vista3d_for_hugging_face_pipeline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
" plt.imshow(original_image[:, :, 20], cmap=\"gray\")\n",
297297
" plt.subplot(1, 2, 2)\n",
298298
" plt.imshow(pred_output[:, :, 20])\n",
299-
" plt.show()\n"
299+
" plt.show()"
300300
]
301301
},
302302
{

0 commit comments

Comments
 (0)