From 67a296c6e9191f2e2f4e865b9ad6b8f6ae02d2f2 Mon Sep 17 00:00:00 2001 From: SyedNaqi Hussain Date: Sat, 22 Feb 2025 19:18:24 -0600 Subject: [PATCH] Output clear. --- week1/tweet-generate-from-alt-text.ipynb | 27 ++---------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/week1/tweet-generate-from-alt-text.ipynb b/week1/tweet-generate-from-alt-text.ipynb index af7aac4..9b7ba91 100644 --- a/week1/tweet-generate-from-alt-text.ipynb +++ b/week1/tweet-generate-from-alt-text.ipynb @@ -524,33 +524,10 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": null, "id": "00743dac-0e70-45b7-879a-d7293a6f68a6", "metadata": {}, - "outputs": [ - { - "data": { - "text/markdown": [ - "Here's a markdown layout featuring tables for each image with a funny tweet alongside it:\n", - "\n", - "```markdown\n", - "| Image | Funny Tweet |\n", - "|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n", - "| ![Vintage Motorcycle](https://images.pexels.com/photos/30770767/pexels-photo-30770767/free-photo-of-classic-motorcycle-in-kerala-countryside.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When you want to feel like a rebel, but your bike is still in the shop. 🏍️😂\" |\n", - "| ![Flock of Birds](https://images.pexels.com/photos/30810205/pexels-photo-30810205/free-photo-of-flock-of-birds-in-flight-against-clear-sky.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When the squad is finally ready to leave the party but you can't find your keys. 🕊️🤣\" |\n", - "| ![Playful Seals](https://images.pexels.com/photos/30824250/pexels-photo-30824250/free-photo-of-playful-seals-on-rocky-san-diego-shore.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) | \"When you’re trying to chill at the beach, but your buddy won’t stop splashing you. 🦭💦\" |\n", - "```\n", - "\n", - "Feel free to use or modify the layout and the tweets as you see fit!" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "# A small exercise to feed the llm with image alt text and return a funny tweet.\n", "\n",