s9roll7 / ebsynth_utility

AUTOMATIC1111 UI extension for creating videos using img2img and ebsynth.
1.25k stars 127 forks source link

GradioDeprecationWarning: The `style` method is deprecated. #125

Closed alexbofa closed 1 year ago

alexbofa commented 1 year ago
Stable-Diffusion\extensions\ebsynth_utility\scripts\ui.py:11: 
GradioDeprecationWarning: The `style` method is deprecated. Please set these arguments in the constructor instead.
with gr.Row().style(equal_height=False):

Change code: with gr.Row().style(equal_height=False): to with gr.Row(equal_height=False):