dvlab-research/Video-P2P

have a error MODEL_LIBRARY_ORG_NAME

videoprice opened this issue · 2 comments

Hi I have a error with python app_gradio.py
"Traceback (most recent call last):
File "D:\Video-P2P\app_gradio.py", line 14, in
from gradio_utils.app_training import create_training_demo
File "D:\Video-P2P\gradio_utils\app_training.py", line 9, in
from constants import MODEL_LIBRARY_ORG_NAME, SAMPLE_MODEL_REPO, UploadTarget
ImportError: cannot import name 'MODEL_LIBRARY_ORG_NAME' from 'constants' (C:\ProgramData\Anaconda3\envs\p2p\lib\site-packages\constants.py)"

I think it is well defined here.

You can check "C:\ProgramData\Anaconda3\envs\p2p\lib\site-packages\constants.py" to see whether it is the same as this.

I will temporally close this issue. You are welcome to reopen it if you still have this problem.