Francois Mazerolle
Francois Mazerolle
Same error trying to use it as follow: ``` require "../vendor/autoload.php"; use PHPHtmlParser\Dom; $url = "https://google.com"; $dom = new Dom; $dom->loadFromUrl($url); ``` Interestingly, I place a var_dump just before that...
Gradio deprecated the style method (and a few other things), but OpenTalker/SadTalker has not maintained this repository in a little while, PR are pendings which could fix the issue. I...
I submitted a pull request fixing those issues: https://github.com/OpenTalker/SadTalker/pull/857
Yup, that would be nice !
Have you installed the Cuda toolkit from NVidia ?
Guys, look at the changes in my PR above and reproduce these.
> What?! https://github.com/OpenTalker/SadTalker/pull/857 More specifically: https://github.com/OpenTalker/SadTalker/pull/857/commits/a84ff25ec16152af13c12f18ae2a68341ee2d582
Done with configurable keyboard shortcuts, 8af440e12b2c22656db89c9d4944ec94bb3a8de5, will be part of v2.9
Highlighted items from keywords have a yellow border
I could output what keyword match but highligthing them would be too complicated as regular expressions (which the keywords are) can be really complex. If you look at the items...