Minor tweaks and fix in week 8

This commit is contained in:
Edward Donner
2025-01-15 21:41:16 -05:00
parent f0c3318904
commit 05dbbebeb6
9 changed files with 34 additions and 9 deletions

View File

@@ -136,6 +136,26 @@
" 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",
@@ -151,7 +171,7 @@
"metadata": {},
"outputs": [],
"source": [
"gr.ChatInterface(fn=chat, type=\"messages\").launch()"
"gr.ChatInterface(fn=chat, type=\"messages\").launch(pwa=True)"
]
},
{