Hide chatbot.

This commit is contained in:
Ean Garvey
2024-06-01 14:24:37 -05:00
parent b1ca19a6e6
commit f9a1d35b59

View File

@@ -194,7 +194,7 @@ def webui():
sd_element.render()
with gr.TabItem(label="Output Gallery", id=1):
outputgallery_element.render()
with gr.TabItem(label="Chat Bot", id=2):
with gr.TabItem(label="Chat Bot", id=2, visible=False):
chat_element.render()
studio_web.queue()