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
目前环境: python 3.10. cuda:12.1. 下0.2报错: module compiled against API version 0xf but this version of numpy is 0xe
main分支也报错:
Installing requirements for SadTalker WebUI (may take longer time in first time)
Launching SadTalker Web UI
Traceback (most recent call last):
File "C:\SadTalker\Launcher.py", line 204, in <module>
start()
File "C:\SadTalker\Launcher.py", line 198, in start
demo = sadtalker_demo()
File "C:\SadTalker\app_sadtalker.py", line 35, in sadtalker_demo
with gr.Row().style(equal_height=False):
AttributeError: 'Row' object has no attribute 'style'
Launch unsuccessful. Exiting.
请按任意键继续. . .
The text was updated successfully, but these errors were encountered:
app_sadtalker.zip 替换这个包里的py文件
Thanks a lot, this really helps, also there are few other fixes needed with gr.Audio and gr.Video, mainly to remove the style
目前环境: python 3.10. cuda:12.1. 下0.2报错:
module compiled against API version 0xf but this version of numpy is 0xe
main分支也报错:
The text was updated successfully, but these errors were encountered: