resemble-enhance icon indicating copy to clipboard operation
resemble-enhance copied to clipboard

Exception in ASGI application

Open zeta274 opened this issue 4 months ago • 0 comments

Running the Gradio interface I get:

ERROR: Exception in ASGI application Traceback (most recent call last): File "/home/viktor/miniconda3/envs/resemble_enhance/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 "/home/viktor/miniconda3/envs/resemble_enhance/lib/python3.10/site-packages/pydantic/type_adapter.py", line 112, in _getattr_no_parents raise AttributeError(attribute) AttributeError: pydantic_core_schema

I can upload files, but when I try to process them this error just repeats over and over. Python 3.10, running in a Conda, requirements installed without issue RTX 4090

zeta274 avatar Sep 27 '24 04:09 zeta274