Merge pull request #125 from alexbofa/ebsynth_utility
GradioDeprecationWarning: The `style` method is deprecated.main
commit
8ff9fbf221
|
|
@ -8,7 +8,7 @@ from modules.call_queue import wrap_gradio_gpu_call
|
||||||
def on_ui_tabs():
|
def on_ui_tabs():
|
||||||
|
|
||||||
with gr.Blocks(analytics_enabled=False) as ebs_interface:
|
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.Column(variant='panel'):
|
||||||
|
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue