mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Revert gradio to 3.50.2 (#5513)
This commit is contained in:
parent
ea0e1feee7
commit
080f7132c0
25 changed files with 61 additions and 66 deletions
|
|
@ -74,7 +74,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.Blocks():
|
||||
with gr.Box():
|
||||
with gr.Row():
|
||||
with gr.Column():
|
||||
with gr.Blocks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue