Track-Anything icon indicating copy to clipboard operation
Track-Anything copied to clipboard

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

Open IslaYangh opened this issue 1 year ago • 1 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?

IslaYangh avatar Jun 06 '23 04:06 IslaYangh

Try to upgrade gradio.

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

memoryunreal avatar Jun 06 '23 04:06 memoryunreal