Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'MovieChat' #48

Open
meongeun opened this issue Mar 28, 2024 · 2 comments
Open

ModuleNotFoundError: No module named 'MovieChat' #48

meongeun opened this issue Mar 28, 2024 · 2 comments

Comments

@meongeun
Copy link

meongeun commented Mar 28, 2024

Running python app_gradio.py --cfg-path eval_configs/MovieChat.yaml --gpu-id 0 command gave this error.
ModuleNotFoundError: No module named 'MovieChat'
How can I fix this?

@Espere-1119-Song
Copy link
Collaborator

You can add

import sys
sys.path.append('your project folder path')

to the head of app_gradio.py

@meongeun
Copy link
Author

Thank you. it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants