From 0f8d020f6c810f753f5e09a4cd87ddc35f1b34ae Mon Sep 17 00:00:00 2001 From: yuruo Date: Tue, 4 Mar 2025 16:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E6=97=A0=E7=94=A8=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradio_ui/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gradio_ui/app.py b/gradio_ui/app.py index 30080f9..27f95ca 100644 --- a/gradio_ui/app.py +++ b/gradio_ui/app.py @@ -291,7 +291,6 @@ def run(): def update_model(model_selection, state): state["model"] = model_selection - print(f"Model updated to: {state['model']}") api_key_update = gr.update( placeholder="API Key", value=state["api_key"]