코드는 이렇습니다.
문제를 도저히 모르겠네요...


(.venv) PS C:\Users\user\Documents\vits> python server.py --config_path C:\Users\user\Documents\vits\trained\config.json --model_path C:\Users\user\Documents\vits\trained\G_2000.pth

DEBUG:matplotlib:matplotlib data path: C:\Users\user\Documents\vits\.venv\lib\site-packages\matplotlib\mpl-data

DEBUG:matplotlib:CONFIGDIR=C:\Users\user\.matplotlib

DEBUG:matplotlib:interactive is False

DEBUG:matplotlib:platform is win32

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\Users\\user\\Documents\\vits\\.venv\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:httpcore.connection:connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None

DEBUG:httpcore.connection:connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7B8B5F6A0>

DEBUG:httpcore.connection:start_tls.started ssl_context=<ssl.SSLContext object at 0x000002C7B858B440> server_hostname='api.gradio.app' timeout=3

DEBUG:matplotlib:CACHEDIR=C:\Users\user\.matplotlib

DEBUG:matplotlib.font_manager:Using fontManager instance from C:\Users\user\.matplotlib\fontlist-v330.json

DEBUG:httpcore.connection:start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7B8B5F670>

DEBUG:httpcore.http11:send_request_headers.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_headers.complete

DEBUG:httpcore.http11:send_request_body.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_body.complete

DEBUG:httpcore.http11:receive_response_headers.started request=<Request [b'GET']>

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\Users\\user\\Documents\\vits\\.venv\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:PIL.Image:Importing BlpImagePlugin

DEBUG:PIL.Image:Importing BmpImagePlugin

DEBUG:PIL.Image:Importing BufrStubImagePlugin

DEBUG:PIL.Image:Importing CurImagePlugin

DEBUG:PIL.Image:Importing DcxImagePlugin

DEBUG:PIL.Image:Importing DdsImagePlugin

DEBUG:PIL.Image:Importing EpsImagePlugin

DEBUG:PIL.Image:Importing FitsImagePlugin

DEBUG:PIL.Image:Importing FitsStubImagePlugin

DEBUG:PIL.Image:Importing FliImagePlugin

DEBUG:PIL.Image:Importing FpxImagePlugin

DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'

DEBUG:PIL.Image:Importing FtexImagePlugin

DEBUG:PIL.Image:Importing GbrImagePlugin

DEBUG:PIL.Image:Importing GifImagePlugin

DEBUG:PIL.Image:Importing GribStubImagePlugin

DEBUG:PIL.Image:Importing Hdf5StubImagePlugin

DEBUG:PIL.Image:Importing IcnsImagePlugin

DEBUG:PIL.Image:Importing IcoImagePlugin

DEBUG:PIL.Image:Importing ImImagePlugin

DEBUG:PIL.Image:Importing ImtImagePlugin

DEBUG:PIL.Image:Importing IptcImagePlugin

DEBUG:PIL.Image:Importing JpegImagePlugin

DEBUG:PIL.Image:Importing Jpeg2KImagePlugin

DEBUG:PIL.Image:Importing McIdasImagePlugin

DEBUG:PIL.Image:Importing MicImagePlugin

DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'

DEBUG:PIL.Image:Importing MpegImagePlugin

DEBUG:PIL.Image:Importing MpoImagePlugin

DEBUG:PIL.Image:Importing MspImagePlugin

DEBUG:PIL.Image:Importing PalmImagePlugin

DEBUG:PIL.Image:Importing PcdImagePlugin

DEBUG:PIL.Image:Importing PcxImagePlugin

DEBUG:PIL.Image:Importing PdfImagePlugin

DEBUG:PIL.Image:Importing PixarImagePlugin

DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 16 Dec 2023 09:06:37 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'3'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])

INFO:httpx:HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"

DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'GET']>

DEBUG:PIL.Image:Importing PngImagePlugin

DEBUG:httpcore.http11:receive_response_body.complete

DEBUG:PIL.Image:Importing PpmImagePlugin

DEBUG:httpcore.http11:response_closed.started

DEBUG:httpcore.http11:response_closed.complete

DEBUG:PIL.Image:Importing PsdImagePlugin

DEBUG:httpcore.connection:close.started

DEBUG:PIL.Image:Importing SgiImagePlugin

DEBUG:httpcore.connection:close.complete

DEBUG:PIL.Image:Importing SpiderImagePlugin

DEBUG:PIL.Image:Importing SunImagePlugin

DEBUG:PIL.Image:Importing TgaImagePlugin

DEBUG:PIL.Image:Importing TiffImagePlugin

DEBUG:PIL.Image:Importing WebPImagePlugin

DEBUG:PIL.Image:Importing WmfImagePlugin

DEBUG:PIL.Image:Importing XbmImagePlugin

DEBUG:PIL.Image:Importing XpmImagePlugin

DEBUG:PIL.Image:Importing XVThumbImagePlugin

INFO:root:Loaded checkpoint 'C:\Users\user\Documents\vits\trained\G_2000.pth' (iteration 223)

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\Users\\user\\Documents\\vits\\.venv\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:asyncio:Using proactor: IocpProactor

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\Users\\user\\Documents\\vits\\.venv\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:httpcore.connection:connect_tcp.started host='checkip.amazonaws.com' port=443 local_address=None timeout=3 socket_options=None

DEBUG:httpcore.connection:connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None

Traceback (most recent call last):

  File "C:\Users\user\Documents\vits\server.py", line 112, in <module>

    main()

  File "C:\Users\user\Documents\vits\server.py", line 109, in main

    app.queue(concurrency_count=3).launch(show_api=False)

  File "C:\Users\user\Documents\vits\.venv\lib\site-packages\gradio\blocks.py", line 1687, in queue

    raise DeprecationWarning(

DeprecationWarning: concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().

DEBUG:httpcore.connection:connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0AB490>

DEBUG:httpcore.connection:start_tls.started ssl_context=<ssl.SSLContext object at 0x000002C7CA1FB9C0> server_hostname='api.gradio.app' timeout=3

DEBUG:httpcore.connection:connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0AAE90>

DEBUG:httpcore.connection:start_tls.started ssl_context=<ssl.SSLContext object at 0x000002C7CA1FBBC0> server_hostname='checkip.amazonaws.com' timeout=3

DEBUG:httpcore.connection:start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0AB280>

DEBUG:httpcore.http11:send_request_headers.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_headers.complete

DEBUG:httpcore.http11:send_request_body.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_body.complete

DEBUG:httpcore.http11:receive_response_headers.started request=<Request [b'GET']>

DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 16 Dec 2023 09:06:42 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])

INFO:httpx:HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"

DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'GET']>

DEBUG:httpcore.http11:receive_response_body.complete

DEBUG:httpcore.http11:response_closed.started

DEBUG:httpcore.http11:response_closed.complete

DEBUG:httpcore.connection:close.started

DEBUG:httpcore.connection:close.complete

DEBUG:httpcore.connection:start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0AAF20>

DEBUG:httpcore.http11:send_request_headers.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_headers.complete

DEBUG:httpcore.http11:send_request_body.started request=<Request [b'GET']>

DEBUG:httpcore.http11:send_request_body.complete

DEBUG:httpcore.http11:receive_response_headers.started request=<Request [b'GET']>

DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 16 Dec 2023 09:06:42 GMT'), (b'Server', b'Not Available'), (b'Content-Length', b'15'), (b'Connection', b'keep-alive')])

INFO:httpx:HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 OK"

DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'GET']>

DEBUG:httpcore.http11:receive_response_body.complete

DEBUG:httpcore.http11:response_closed.started

DEBUG:httpcore.http11:response_closed.complete

DEBUG:httpcore.connection:close.started

DEBUG:httpcore.connection:close.complete

DEBUG:httpx:load_ssl_context verify=True cert=None trust_env=True http2=False

DEBUG:httpx:load_verify_locations cafile='C:\\Users\\user\\Documents\\vits\\.venv\\lib\\site-packages\\certifi\\cacert.pem'

DEBUG:httpcore.connection:connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=5 socket_options=None

DEBUG:httpcore.connection:connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0E6710>

DEBUG:httpcore.connection:start_tls.started ssl_context=<ssl.SSLContext object at 0x000002C7FDF57C40> server_hostname='api.gradio.app' timeout=5

DEBUG:httpcore.connection:start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002C7FE0E66E0>

DEBUG:httpcore.http11:send_request_headers.started request=<Request [b'POST']>

DEBUG:httpcore.http11:send_request_headers.complete

DEBUG:httpcore.http11:send_request_body.started request=<Request [b'POST']>

DEBUG:httpcore.http11:send_request_body.complete

DEBUG:httpcore.http11:receive_response_headers.started request=<Request [b'POST']>

DEBUG:httpcore.http11:receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 16 Dec 2023 09:06:43 GMT'), (b'Content-Type', b'text/html; charset=utf-8'), (b'Transfer-Encoding', b'chunked'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*'), (b'Content-Encoding', b'gzip')])

INFO:httpx:HTTP Request: POST https://api.gradio.app/gradio-initiated-analytics/ "HTTP/1.1 200 OK"

DEBUG:httpcore.http11:receive_response_body.started request=<Request [b'POST']>

DEBUG:httpcore.http11:receive_response_body.complete

DEBUG:httpcore.http11:response_closed.started

DEBUG:httpcore.http11:response_closed.complete

DEBUG:httpcore.connection:close.started

DEBUG:httpcore.connection:close.complete