From f41f18b4edadeedc23081ecb312c36f4a83c6d87 Mon Sep 17 00:00:00 2001 From: maybleMyers Date: Mon, 8 Dec 2025 18:19:51 -0800 Subject: [PATCH] update reqs for vlm --- vlm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vlm.py b/vlm.py index 82e75c24..1596ddc1 100644 --- a/vlm.py +++ b/vlm.py @@ -1118,7 +1118,6 @@ def create_ui(): chatbot = gr.Chatbot( label="Conversation", height=400, - show_copy_button=True, ) with gr.Row():