From 15089b9f40a512720a0cb289e206e0fa07e2ba5b Mon Sep 17 00:00:00 2001 From: motoya Date: Sat, 7 Jun 2025 21:36:59 +0900 Subject: [PATCH] Set share=False for Gradio interface to avoid security warnings --- Lab 6 - Chatbot/chatbot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab 6 - Chatbot/chatbot.ipynb b/Lab 6 - Chatbot/chatbot.ipynb index 71a2a22..fd3851a 100644 --- a/Lab 6 - Chatbot/chatbot.ipynb +++ b/Lab 6 - Chatbot/chatbot.ipynb @@ -504,7 +504,7 @@ " \"Who are the common investors between Tesla and Costco?\",\n", " \"Who are Tesla's top investors in last 48 months?\"])\n", "\n", - "interface.launch(share=True)" + "interface.launch()" ] }, {