I installed all the dependencies and downloaded the models.
Getting this error
(C:\ai\RB-Modulation\rbm) C:\ai\RB-Modulation\lang-segment-anything>python app.py
Traceback (most recent call last):
File "C:\ai\RB-Modulation\lang-segment-anything\app.py", line 7, in <module>
from lightning.app.components.serve import ServeGradio
ModuleNotFoundError: No module named 'lightning.app'
I installed all the dependencies and downloaded the models.
Getting this error
Also tried installing python -m pip install pytorch-lightning
Still same issue