-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Row' object has no attribute 'style' #853
Comments
Same error, any luck? |
@IamTalos nope |
I submitted a pull request fixing those issues: |
try :pip install gradio==3.50.0 |
fix gr.Row().style(equal_height=False): to gr.Row(equal_height=False): |
I fixed this error,
|
Traceback (most recent call last): |
Made those changes and same error here. |
Guys, look at the changes in my PR above and reproduce these. |
What?! |
Please How to use SadTalker gradio WebUI on kaggle notebook by connecting it with Ngrok? Please, I need help. Here is the code I run on cells for using SadTalker on Kaggle that doesn't lead me to use the WebUI:
It always appears to be the same issue again and again, even if I try to install, upgrade, or downgrade a specific Gradio version. File "app_sadtalker.py", line 35, in sadtalker_demo I have solved this issue on my local device by installing the required Python version, which was 3.10.6, uninstalling other versions on my device, and making sure to delete the remaining corrupted files from the older version so it can be fixed if there is a conflict with the other version. I really appreciate your help because I have asked ChatGPT, and it was absolutely dumb. |
I get the following error by running the webui.bat in anaconda on windows:
Installing requirements for SadTalker WebUI (may take longer time in first time)
Launching SadTalker Web UI
Traceback (most recent call last):
File "Launcher.py", line 204, in
start()
File "Launcher.py", line 198, in start
demo = sadtalker_demo()
File "D:\Podcast\ai-video\SadTalker\app_sadtalker.py", line 35, in sadtalker_demo
with gr.Row().style(equal_height=False):
AttributeError: 'Row' object has no attribute 'style'
The text was updated successfully, but these errors were encountered: