clear output

This commit is contained in:
KB
2025-10-23 09:12:57 -04:00
parent 7eb89a650c
commit b7c834b117

View File

@@ -18,7 +18,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 33, "execution_count": null,
"id": "df46689d", "id": "df46689d",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -33,18 +33,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 34, "execution_count": null,
"id": "c7416a2a", "id": "c7416a2a",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"OpenAI API Key exists and begins sk-proj-\n"
]
}
],
"source": [ "source": [
"# Initialization\n", "# Initialization\n",
"load_dotenv(override=True)\n", "load_dotenv(override=True)\n",
@@ -61,7 +53,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 38, "execution_count": null,
"id": "86966749", "id": "86966749",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -86,7 +78,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 39, "execution_count": null,
"id": "d34e5b81", "id": "d34e5b81",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -112,39 +104,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 40, "execution_count": null,
"id": "32350869", "id": "32350869",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"* Running on local URL: http://127.0.0.1:7876\n",
"* To create a public link, set `share=True` in `launch()`.\n"
]
},
{
"data": {
"text/html": [
"<div><iframe src=\"http://127.0.0.1:7876/\" 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": 40,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [ "source": [
"#Gradio Interface\n", "#Gradio Interface\n",
"with gr.Blocks() as ui:\n", "with gr.Blocks() as ui:\n",