Getting the following error?

#31
by mpansky - opened

runtime error
Exit code: 1. Reason: Traceback (most recent call last):
File "/home/user/app/app.py", line 219, in
demo = sadtalker_demo()
File "/home/user/app/app.py", line 53, in sadtalker_demo
with gr.Row().style(equal_height=False):
AttributeError: 'Row' object has no attribute 'style'
Container logs:

===== Application Startup at 2024-11-20 19:18:30 =====

Traceback (most recent call last):
File "/home/user/app/app.py", line 219, in
demo = sadtalker_demo()
File "/home/user/app/app.py", line 53, in sadtalker_demo
with gr.Row().style(equal_height=False):
AttributeError: 'Row' object has no attribute 'style'

Sign up or log in to comment