Segment-and-Track-Anything
Segment-and-Track-Anything copied to clipboard
The 'style' method is deprecated. Please set these arguments in the constructor instead.
after run python app.py ,code can call gradio form,but still have some error message
How to resolve the error with the given code?
after run python app.py ,code can call gradio form,but still have some error message
How to resolve the error with the given code?
Hi, This warning does not affect the usage. You can resolve this issue by downgrading the gradio version.
gradio 4.8.0 now has fully removed that method and the app does not start
what is the compatible gradio version? can it be added to a requirements.txt?
EDIT: 3.50.2 seems to work, though with the deprecation warning
hi, you can install gradio==3.39.0 to start.
This should be added to the installation instructions
Also needed this httpx==0.24.1
package for webapp to work
hi, you can install gradio==3.39.0 to start.
it's right