mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 22:55:22 +00:00
Bump gradio to 4.19 (#5522)
This commit is contained in:
parent
164ff2440d
commit
63a1d4afc8
26 changed files with 67 additions and 63 deletions
|
|
@ -75,7 +75,7 @@ def create_ui():
|
|||
with gr.Row():
|
||||
with gr.Column():
|
||||
shared.gradio['loader'] = gr.Dropdown(label="Model loader", choices=loaders.loaders_and_params.keys(), value=None)
|
||||
with gr.Box():
|
||||
with gr.Blocks():
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
with gr.Blocks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue