From 0bd466181f30fe761ccfede52314fa8a5dc6cf39 Mon Sep 17 00:00:00 2001 From: Juyeong Ji Date: Mon, 16 Dec 2024 11:59:17 +0900 Subject: [PATCH] fix nbfmt --- PaliGemma_2/Run_with_Transformersjs.ipynb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PaliGemma_2/Run_with_Transformersjs.ipynb b/PaliGemma_2/Run_with_Transformersjs.ipynb index 5e8a1fa..1470827 100644 --- a/PaliGemma_2/Run_with_Transformersjs.ipynb +++ b/PaliGemma_2/Run_with_Transformersjs.ipynb @@ -170,7 +170,9 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "id": "8149e6d989e6" + }, "outputs": [], "source": [ "# Show the image from the URL\n", @@ -184,7 +186,9 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "id": "dbed89fc4a5f" + }, "source": [ "It's an image of a cat sitting on a bag, now let's see what the model predicts." ] @@ -285,7 +289,8 @@ ], "metadata": { "colab": { - "provenance": [] + "name": "Run_with_Transformersjs.ipynb", + "toc_visible": true }, "kernelspec": { "display_name": "Python 3",