mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Add a comment
This commit is contained in:
parent
de24b3bb31
commit
d0befe0729
|
|
@ -143,8 +143,10 @@ def create_interface():
|
|||
# Temporary clipboard for saving files
|
||||
shared.gradio['temporary_text'] = gr.Textbox(visible=False)
|
||||
|
||||
# Text Generation tab
|
||||
# Chat tab
|
||||
ui_chat.create_ui()
|
||||
|
||||
# Notebook tab
|
||||
with gr.Tab("Notebook", elem_id='notebook-parent-tab'):
|
||||
ui_default.create_ui()
|
||||
ui_notebook.create_ui()
|
||||
|
|
|
|||
Loading…
Reference in a new issue