ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/MiniCMP/lib/python3.10/site-packages/pydantic/type_adapter.py", line 270, in _init_core_attrs
self._core_schema = _getattr_no_parents(self._type, '__pydantic_core_schema__')
File "/MiniCMP/lib/python3.10/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents
raise AttributeError(attribute)
AttributeError: __pydantic_core_schema__
gradio版本与pydantic版本不匹配
卸载原gradio,更新gradio版本
pip uninstall gradio
pip install gradio