mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-10 06:17:55 -05:00
Hide chatbot.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user