Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -782,15 +782,13 @@
"\n",
"demo = gr.ChatInterface(\n",
" fn=chatbot_with_tc,\n",
" type=\"messages\",\n",
" examples=[\n",
" \"Can you tell me where Giorgio lives?\",\n",
" \"What's the weather like in Madrid?\",\n",
" \"Who lives in London?\",\n",
" \"What's the weather like where Mark lives?\",\n",
" ],\n",
" title=\"Ask me about weather or where people live!\",\n",
" theme=gr.themes.Ocean(),\n",
")\n",
"\n",
"## Uncomment the line below to launch the chat app with UI\n",
Expand Down Expand Up @@ -840,4 +838,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}