gaomingqi / Track-Anything

Track-Anything is a flexible and interactive tool for video object tracking and segmentation, based on Segment Anything, XMem, and E2FGVI.
MIT License
6.51k stars 481 forks source link

ModuleNotFoundError: No module named 'gradio' #127

Open Kim-A-Hop opened 9 months ago

Kim-A-Hop commented 9 months ago

Following the installation routine, When I run

python app.py --device cuda:0

I get

Traceback (most recent call last):
  File "app.py", line 1, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'