mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
make ui_params() work
This commit is contained in:
parent
c14f7c4e7c
commit
8abadc93ec
@ -2,7 +2,7 @@ from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
|
||||
from modules import loaders, presets, shared, ui, ui_chat, utils
|
||||
from modules import loaders, presets, shared, ui, ui_chat, utils, extensions
|
||||
from modules.utils import gradio
|
||||
|
||||
|
||||
@ -98,6 +98,7 @@ def create_ui(default_preset):
|
||||
shared.gradio['stream'] = gr.Checkbox(value=shared.settings['stream'], label='Activate text streaming')
|
||||
|
||||
ui_chat.create_chat_settings_ui()
|
||||
extensions.create_extensions_params()
|
||||
|
||||
|
||||
def create_event_handlers():
|
||||
|
Loading…
Reference in New Issue
Block a user