Merge pull request #125 from alexbofa/ebsynth_utility

GradioDeprecationWarning: The `style` method is deprecated.
main
s9roll7 2023-10-23 10:48:26 +09:00 committed by GitHub
commit 8ff9fbf221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from modules.call_queue import wrap_gradio_gpu_call
def on_ui_tabs():
with gr.Blocks(analytics_enabled=False) as ebs_interface:
with gr.Row().style(equal_height=False):
with gr.Row(equal_height=False):
with gr.Column(variant='panel'):
with gr.Row():