gaomingqi / Track-Anything

Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything, XMem, and E2FGVI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template_frame.select( AttributeError: 'Image' object has no attribute 'select'

IslaYangh opened this issue · comments

Traceback (most recent call last):
File "app.py", line 494, in
template_frame.select(
AttributeError: 'Image' object has no attribute 'select'

how can I fix this?

commented

Try to upgrade gradio.

pip install --upgrade pip
pip install --upgrade gradio