Track-Anything
Track-Anything copied to clipboard
AttributeError: module 'gradio' has no attribute 'SelectData'
Clean install (git clone). pip installed requirements. Tried both: python app.py --device cuda:0 and python app.py --device cuda:0 --sam_model_type vit_b (I have a 12GB 3060)
Here's the result:
PS D:\track-anything> python app.py --device cuda:0
Traceback (most recent call last):
File "D:\track-anything\app.py", line 162, in
我遇到了跟你同样的问题,请问后来有什么解决办法吗?
升级一下gradio就可以了,gradio==3.25.0 以上版本均可