Skip to content

Commit

Permalink
Add "Experimental" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 16, 2023
1 parent 599d313 commit 25a00ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ def set_interface_mode(mode, choices):
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")
Expand Down

0 comments on commit 25a00ea

Please sign in to comment.