SadTalker
SadTalker copied to clipboard
AttributeError: 'Row' object has no attribute 'style'
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
Same error, any luck?
@IamTalos nope
I submitted a pull request fixing those issues: https://github.com/OpenTalker/SadTalker/pull/857
try :pip install gradio==3.50.0
fix gr.Row().style(equal_height=False): to gr.Row(equal_height=False):
I fixed this error, let me show u, look:
- venv\Scripts\activate
- pip install gradio==3.46.1
- in <app_sadtalker.py> change code: gr.Row().style(equal_height=False): >> gr.Row(equal_height=False):
- python launcher.py Congrats!
4. python launcher.py
Traceback (most recent call last):
File "C:\Users\acikg\Desktop\SadTalker\launcher.py", line 204, in
Made those changes and same error here.
Guys, look at the changes in my PR above and reproduce these.
What?!
What?!
https://github.com/OpenTalker/SadTalker/pull/857
More specifically: https://github.com/OpenTalker/SadTalker/pull/857/commits/a84ff25ec16152af13c12f18ae2a68341ee2d582
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:
- !git clone https://github.com/vinthony/SadTalker.git
- %cd SadTalker
- !pip install -r requirements.txt
- !bash scripts/download_models.sh
- !bash webui.sh
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 with gr.Row().style(equal_height=False): AttributeError: 'Row' object has no attribute 'style'
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.