diff --git a/tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb b/tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb index 033028b..f99f746 100644 --- a/tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb +++ b/tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb @@ -782,7 +782,6 @@ "\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", @@ -790,7 +789,6 @@ " \"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", @@ -840,4 +838,4 @@ }, "nbformat": 4, "nbformat_minor": 0 -} \ No newline at end of file +}