Minor updates

This commit is contained in:
Edward Donner
2025-01-27 14:16:26 -05:00
parent 12e7b2f5a3
commit 95c38ce9f3
7 changed files with 10 additions and 30 deletions

View File

@@ -136,26 +136,6 @@
" yield response"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "40a2d5ad-e907-465e-8397-3120583a5bf9",
"metadata": {},
"outputs": [],
"source": [
"!pip show gradio"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a7fed1b9-c502-4eea-b649-ca00458d5c45",
"metadata": {},
"outputs": [],
"source": [
"# 5.8.0 to 5.12"
]
},
{
"cell_type": "markdown",
"id": "1334422a-808f-4147-9c4c-57d63d9780d0",
@@ -171,7 +151,7 @@
"metadata": {},
"outputs": [],
"source": [
"gr.ChatInterface(fn=chat, type=\"messages\").launch(pwa=True)"
"gr.ChatInterface(fn=chat, type=\"messages\").launch()"
]
},
{