X-PLUG / mPLUG-Owl

mPLUG-Owl: The Powerful Multi-modal Large Language Model Family
https://www.modelscope.cn/studios/damo/mPLUG-Owl
MIT License
2.25k stars 171 forks source link

NameError: name 'Enum' is not defined #167

Open ShelterWFF opened 10 months ago

ShelterWFF commented 10 months ago

Traceback (most recent call last): File "/root/anaconda3/envs/mplug_owl/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/root/anaconda3/envs/mplug_owl/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/web_server.py", line 13, in from .gradio_patch import Chatbot as grChatbot File "/nanshu_data/jgx/mPLUG-Owl/mPLUG-Owl/serve/gradio_patch.py", line 11, in class _Keywords(Enum): NameError: name 'Enum' is not defined

isruihu commented 10 months ago

Same problem. Did you find a solution?

tdye24 commented 3 months ago

Same problem. Did you find a solution?