You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
HebatullahHesham
changed the title
Unenable to use SadTalker WebUI on Kaggle
Unenable to use SadTalker Gradio WebUI on Kaggle
Jul 12, 2024
Please How to use SadTalker gradio WebUI on kaggle notebook by connecting it with Ngrok? Is Kaggle have banned using WebUIs directly?
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
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.
The text was updated successfully, but these errors were encountered: