mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Merge the Default and Notebook tabs into a single Notebook tab (#7078)
This commit is contained in:
parent
db67d69ddc
commit
de24b3bb31
8 changed files with 46 additions and 12 deletions
|
|
@ -145,8 +145,9 @@ def create_interface():
|
|||
|
||||
# Text Generation tab
|
||||
ui_chat.create_ui()
|
||||
ui_default.create_ui()
|
||||
ui_notebook.create_ui()
|
||||
with gr.Tab("Notebook", elem_id='notebook-parent-tab'):
|
||||
ui_default.create_ui()
|
||||
ui_notebook.create_ui()
|
||||
|
||||
ui_parameters.create_ui() # Parameters tab
|
||||
ui_chat.create_character_settings_ui() # Character tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue