mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Add "Experimental" warning
This commit is contained in:
parent
599d3139fd
commit
25a00eaf98
@ -399,6 +399,7 @@ def create_interface():
|
||||
if hasattr(shared.args, mode) and eval(f"shared.args.{mode}"):
|
||||
current_mode = mode
|
||||
|
||||
gr.Markdown("*Experimental*")
|
||||
modes_menu = gr.Dropdown(choices=modes, value=current_mode, label="Mode")
|
||||
group = gr.CheckboxGroup(choices=extensions, value=shared.args.extensions, label="Available extensions")
|
||||
kill = gr.Button("Apply and restart the interface")
|
||||
|
Loading…
Reference in New Issue
Block a user