lllyasviel / IC-Light

More relighting!
Apache License 2.0
4.95k stars 333 forks source link

ERROR: Exception in ASGI application #25

Open kimahana12312 opened 4 months ago

kimahana12312 commented 4 months ago

You can upload files after running, like this. Is there anyone who knows how to solve solutions?

ERROR: Exception in ASGI application Traceback (most recent call last): File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi result = await app( # type: ignore[func-returns-value] File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in call return await self.app(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\fastapi\applications.py", line 1054, in call await super().call(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\applications.py", line 123, in call await self.middleware_stack(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\middleware\errors.py", line 186, in call raise exc File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\middleware\errors.py", line 164, in call await self.app(scope, receive, _send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\middleware\cors.py", line 85, in call await self.app(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\middleware\exceptions.py", line 65, in call await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette_exception_handler.py", line 64, in wrapped_app raise exc File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette_exception_handler.py", line 53, in wrapped_app await app(scope, receive, sender) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\routing.py", line 756, in call await self.middleware_stack(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\routing.py", line 776, in app await route.handle(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\routing.py", line 297, in handle await self.app(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\routing.py", line 77, in app await wrap_app_handling_exceptions(app, request)(scope, receive, send) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette_exception_handler.py", line 64, in wrapped_app raise exc File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette_exception_handler.py", line 53, in wrapped_app await app(scope, receive, sender) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\routing.py", line 72, in app response = await func(request) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\fastapi\routing.py", line 278, in app raw_response = await run_endpoint_function( File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\fastapi\routing.py", line 193, in run_endpoint_function return await run_in_threadpool(dependant.call, *values) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\starlette\concurrency.py", line 42, in run_in_threadpool return await anyio.to_thread.run_sync(func, args) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\anyio\to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 2144, in run_sync_in_worker_thread return await future File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\anyio_backends_asyncio.py", line 851, in run result = context.run(func, *args) File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\gradio\routes.py", line 282, in api_info return gradio.blocks.get_api_info(config, serialize) # type: ignore File "C:\Users\naver\AppData\Roaming\Python\Python310\site-packages\gradio\blocks.py", line 504, in get_api_info serializer = serializing.COMPONENT_MAPPING[type]() KeyError: 'dataset'

kimahana12312 commented 4 months ago

pip uninstall gradio pip install gradio==3.50.2

Other versions of the gradio don't work. But this version is working