Browse Source

Updating file

pull/27/head
Batikan Iscan 5 months ago
parent
commit
e0743d0450
  1. 42
      week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb

42
week2/community-contributions/day2-gradio-company-brochure-with-llama.ipynb

@ -11,40 +11,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": null,
"id": "2e02ac9c-7034-4aa1-9626-a7049168f096", "id": "2e02ac9c-7034-4aa1-9626-a7049168f096",
"metadata": {}, "metadata": {},
"outputs": [ "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": [
"<div><iframe src=\"http://127.0.0.1:7875/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/plain": []
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [ "source": [
"import os\n", "import os\n",
"import requests\n", "import requests\n",
@ -158,14 +128,6 @@
")\n", ")\n",
"view.launch()" "view.launch()"
] ]
},
{
"cell_type": "code",
"execution_count": null,
"id": "72809781-98f7-4bd4-a2e7-72a005f4513d",
"metadata": {},
"outputs": [],
"source": []
} }
], ],
"metadata": { "metadata": {

Loading…
Cancel
Save