Skip to content

gradio compatiblity - #857

Open
FMaz008 wants to merge 1 commit into
OpenTalker:mainfrom
FMaz008:main
Open

gradio compatiblity#857
FMaz008 wants to merge 1 commit into
OpenTalker:mainfrom
FMaz008:main

Conversation

@FMaz008

@FMaz008 FMaz008 commented Apr 7, 2024

Copy link
Copy Markdown

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.

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.

@terrysoo terrysoo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it works.

@huiofficial huiofficial left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gr.Row().style() is not supported in current gradio, approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants