diff --git a/week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb b/week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb index 92cd0e2..e2a22c7 100644 --- a/week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb +++ b/week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb @@ -11,40 +11,10 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "2e02ac9c-7034-4aa1-9626-a7049168f096", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "* Running on local URL: http://127.0.0.1:7875\n", - "\n", - "To create a public link, set `share=True` in `launch()`.\n" - ] - }, - { - "data": { - "text/html": [ - "
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/plain": [] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "import os\n", "import requests\n", @@ -158,14 +128,6 @@ ")\n", "view.launch()" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "72809781-98f7-4bd4-a2e7-72a005f4513d", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {