Revert gradio to 3.50.2 (#5513)

This commit is contained in:
oobabooga 2024-02-15 20:40:23 -03:00 committed by GitHub
parent ea0e1feee7
commit 080f7132c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 61 additions and 66 deletions

View file

@ -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():