SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

gradio compatiblity

Open FMaz008 opened this issue 1 year ago • 0 comments

the .style() methods are no longer supported. The style attributes need to be passed in the preceding method.

The 'source' attribute for gr.Image, etc. has been replaced by 'sources' (plural).

Note that the requirement.txt file does not specify a version for gradio and so the code needed to be updated as it was no longer working.

FMaz008 avatar Apr 07 '24 18:04 FMaz008