Spaces:
Sleeping
Sleeping
update
Browse files- examples/wenet/downaload_model.py +2 -2
- logs/debug.log +73 -219
- logs/debug.log.2024-05-11 +219 -0
- logs/info.log +1 -3
- logs/info.log.2024-05-11 +3 -0
- main.py +2 -2
- toolbox/k2_sherpa/nn_models.py +1 -2
examples/wenet/downaload_model.py
CHANGED
|
@@ -54,12 +54,12 @@ def main():
|
|
| 54 |
repo_id: Path = Path(args.repo_id)
|
| 55 |
if len(repo_id.parts) == 1:
|
| 56 |
repo_name = repo_id.parts[-1]
|
| 57 |
-
repo_name = repo_name[:
|
| 58 |
folder = repo_name
|
| 59 |
elif len(repo_id.parts) == 2:
|
| 60 |
repo_supplier = repo_id.parts[-2]
|
| 61 |
repo_name = repo_id.parts[-1]
|
| 62 |
-
repo_name = repo_name[:
|
| 63 |
folder = "{}/{}".format(repo_supplier, repo_name)
|
| 64 |
else:
|
| 65 |
raise AssertionError("repo_id parts count invalid: {}".format(len(repo_id.parts)))
|
|
|
|
| 54 |
repo_id: Path = Path(args.repo_id)
|
| 55 |
if len(repo_id.parts) == 1:
|
| 56 |
repo_name = repo_id.parts[-1]
|
| 57 |
+
repo_name = repo_name[:30]
|
| 58 |
folder = repo_name
|
| 59 |
elif len(repo_id.parts) == 2:
|
| 60 |
repo_supplier = repo_id.parts[-2]
|
| 61 |
repo_name = repo_id.parts[-1]
|
| 62 |
+
repo_name = repo_name[:30]
|
| 63 |
folder = "{}/{}".format(repo_supplier, repo_name)
|
| 64 |
else:
|
| 65 |
raise AssertionError("repo_id parts count invalid: {}".format(len(repo_id.parts)))
|
logs/debug.log
CHANGED
|
@@ -1,219 +1,73 @@
|
|
| 1 |
-
2024-05-
|
| 2 |
-
2024-05-
|
| 3 |
-
2024-05-
|
| 4 |
-
2024-05-
|
| 5 |
-
2024-05-
|
| 6 |
-
2024-05-
|
| 7 |
-
2024-05-
|
| 8 |
-
2024-05-
|
| 9 |
-
2024-05-
|
| 10 |
-
2024-05-
|
| 11 |
-
2024-05-
|
| 12 |
-
2024-05-
|
| 13 |
-
2024-05-
|
| 14 |
-
2024-05-
|
| 15 |
-
2024-05-
|
| 16 |
-
2024-05-
|
| 17 |
-
2024-05-
|
| 18 |
-
2024-05-
|
| 19 |
-
2024-05-
|
| 20 |
-
2024-05-
|
| 21 |
-
2024-05-
|
| 22 |
-
2024-05-
|
| 23 |
-
2024-05-
|
| 24 |
-
2024-05-
|
| 25 |
-
2024-05-
|
| 26 |
-
2024-05-
|
| 27 |
-
2024-05-
|
| 28 |
-
2024-05-
|
| 29 |
-
2024-05-
|
| 30 |
-
2024-05-
|
| 31 |
-
2024-05-
|
| 32 |
-
2024-05-
|
| 33 |
-
2024-05-
|
| 34 |
-
2024-05-
|
| 35 |
-
2024-05-
|
| 36 |
-
2024-05-
|
| 37 |
-
2024-05-
|
| 38 |
-
2024-05-
|
| 39 |
-
2024-05-
|
| 40 |
-
2024-05-
|
| 41 |
-
2024-05-
|
| 42 |
-
2024-05-
|
| 43 |
-
2024-05-
|
| 44 |
-
2024-05-
|
| 45 |
-
2024-05-
|
| 46 |
-
2024-05-
|
| 47 |
-
2024-05-
|
| 48 |
-
2024-05-
|
| 49 |
-
2024-05-
|
| 50 |
-
2024-05-
|
| 51 |
-
2024-05-
|
| 52 |
-
2024-05-
|
| 53 |
-
2024-05-
|
| 54 |
-
2024-05-
|
| 55 |
-
2024-05-
|
| 56 |
-
2024-05-
|
| 57 |
-
2024-05-
|
| 58 |
-
2024-05-
|
| 59 |
-
2024-05-
|
| 60 |
-
2024-05-
|
| 61 |
-
2024-05-
|
| 62 |
-
2024-05-
|
| 63 |
-
2024-05-
|
| 64 |
-
2024-05-
|
| 65 |
-
2024-05-
|
| 66 |
-
2024-05-
|
| 67 |
-
2024-05-
|
| 68 |
-
2024-05-
|
| 69 |
-
2024-05-
|
| 70 |
-
2024-05-
|
| 71 |
-
2024-05-
|
| 72 |
-
2024-05-
|
| 73 |
-
2024-05-
|
| 74 |
-
2024-05-11 16:02:26,740 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 75 |
-
2024-05-11 16:02:26,742 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 76 |
-
2024-05-11 16:02:26,747 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 77 |
-
2024-05-11 16:02:26,747 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 78 |
-
2024-05-11 16:02:26,750 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 79 |
-
2024-05-11 16:02:26,755 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 80 |
-
2024-05-11 16:02:26,756 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 81 |
-
2024-05-11 16:02:26,885 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 82 |
-
2024-05-11 16:02:26,885 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 83 |
-
2024-05-11 16:02:26,915 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000021DC186B670>
|
| 84 |
-
2024-05-11 16:02:26,916 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x0000021DC1102DC0> server_hostname='api.gradio.app' timeout=3
|
| 85 |
-
2024-05-11 16:02:26,959 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 86 |
-
2024-05-11 16:02:26,960 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 87 |
-
2024-05-11 16:02:26,961 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 88 |
-
2024-05-11 16:02:26,961 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 89 |
-
2024-05-11 16:02:26,962 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 90 |
-
2024-05-11 16:02:26,963 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 91 |
-
2024-05-11 16:02:26,965 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 92 |
-
2024-05-11 16:02:26,966 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 93 |
-
2024-05-11 16:02:26,967 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 94 |
-
2024-05-11 16:02:26,967 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 95 |
-
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 96 |
-
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 97 |
-
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 98 |
-
2024-05-11 16:02:26,969 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 99 |
-
2024-05-11 16:02:26,970 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 100 |
-
2024-05-11 16:02:26,970 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 101 |
-
2024-05-11 16:02:26,971 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 102 |
-
2024-05-11 16:02:26,972 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 103 |
-
2024-05-11 16:02:26,972 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 104 |
-
2024-05-11 16:02:26,973 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 105 |
-
2024-05-11 16:02:26,974 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 106 |
-
2024-05-11 16:02:26,974 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 107 |
-
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 108 |
-
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 109 |
-
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 110 |
-
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 111 |
-
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 112 |
-
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 113 |
-
2024-05-11 16:02:26,977 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 114 |
-
2024-05-11 16:02:26,978 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 115 |
-
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 116 |
-
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 117 |
-
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 118 |
-
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 119 |
-
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 120 |
-
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 121 |
-
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 122 |
-
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 123 |
-
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 124 |
-
2024-05-11 16:02:26,985 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 125 |
-
2024-05-11 16:02:26,985 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 126 |
-
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 127 |
-
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 128 |
-
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 129 |
-
2024-05-11 16:02:26,987 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 130 |
-
2024-05-11 16:02:26,987 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 131 |
-
2024-05-11 16:02:26,988 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 132 |
-
2024-05-11 16:02:26,988 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 133 |
-
2024-05-11 16:02:27,273 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000021DC186B4C0>
|
| 134 |
-
2024-05-11 16:02:27,274 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 135 |
-
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 136 |
-
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 137 |
-
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 138 |
-
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 139 |
-
2024-05-11 16:02:27,451 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 11 May 2024 08:02:27 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'*')])
|
| 140 |
-
2024-05-11 16:02:27,452 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 141 |
-
2024-05-11 16:02:27,452 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 142 |
-
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 143 |
-
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 144 |
-
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 145 |
-
2024-05-11 16:02:27,455 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 146 |
-
2024-05-11 16:02:27,458 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
| 147 |
-
2024-05-11 16:03:02,229 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 148 |
-
2024-05-11 16:03:02,231 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 149 |
-
2024-05-11 16:03:02,236 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 150 |
-
2024-05-11 16:03:02,237 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 151 |
-
2024-05-11 16:03:02,239 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 152 |
-
2024-05-11 16:03:02,244 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 153 |
-
2024-05-11 16:03:02,245 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 154 |
-
2024-05-11 16:03:02,379 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 155 |
-
2024-05-11 16:03:02,379 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 156 |
-
2024-05-11 16:03:02,457 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 157 |
-
2024-05-11 16:03:02,458 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 158 |
-
2024-05-11 16:03:02,459 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 159 |
-
2024-05-11 16:03:02,459 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 160 |
-
2024-05-11 16:03:02,460 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 161 |
-
2024-05-11 16:03:02,460 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 162 |
-
2024-05-11 16:03:02,463 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 163 |
-
2024-05-11 16:03:02,464 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 164 |
-
2024-05-11 16:03:02,464 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 165 |
-
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 166 |
-
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 167 |
-
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 168 |
-
2024-05-11 16:03:02,466 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 169 |
-
2024-05-11 16:03:02,466 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 170 |
-
2024-05-11 16:03:02,468 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 171 |
-
2024-05-11 16:03:02,468 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 172 |
-
2024-05-11 16:03:02,469 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 173 |
-
2024-05-11 16:03:02,470 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 174 |
-
2024-05-11 16:03:02,470 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 175 |
-
2024-05-11 16:03:02,471 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 176 |
-
2024-05-11 16:03:02,471 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 177 |
-
2024-05-11 16:03:02,472 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 178 |
-
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 179 |
-
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 180 |
-
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 181 |
-
2024-05-11 16:03:02,474 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 182 |
-
2024-05-11 16:03:02,474 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 183 |
-
2024-05-11 16:03:02,475 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 184 |
-
2024-05-11 16:03:02,476 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 185 |
-
2024-05-11 16:03:02,476 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 186 |
-
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 187 |
-
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 188 |
-
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 189 |
-
2024-05-11 16:03:02,477 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002990A7CB6A0>
|
| 190 |
-
2024-05-11 16:03:02,477 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x000002990A066DC0> server_hostname='api.gradio.app' timeout=3
|
| 191 |
-
2024-05-11 16:03:02,482 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 192 |
-
2024-05-11 16:03:02,483 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 193 |
-
2024-05-11 16:03:02,483 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 194 |
-
2024-05-11 16:03:02,484 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 195 |
-
2024-05-11 16:03:02,484 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 196 |
-
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 197 |
-
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 198 |
-
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 199 |
-
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 200 |
-
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 201 |
-
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 202 |
-
2024-05-11 16:03:02,487 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 203 |
-
2024-05-11 16:03:02,487 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 204 |
-
2024-05-11 16:03:02,488 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 205 |
-
2024-05-11 16:03:02,489 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 206 |
-
2024-05-11 16:03:02,822 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002990A7CB4F0>
|
| 207 |
-
2024-05-11 16:03:02,822 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 208 |
-
2024-05-11 16:03:02,825 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 209 |
-
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 210 |
-
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 211 |
-
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 212 |
-
2024-05-11 16:03:02,991 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 11 May 2024 08:03:02 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'*')])
|
| 213 |
-
2024-05-11 16:03:02,992 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 214 |
-
2024-05-11 16:03:02,992 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 215 |
-
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 216 |
-
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 217 |
-
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 218 |
-
2024-05-11 16:03:02,998 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 219 |
-
2024-05-11 16:03:02,998 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
|
|
|
| 1 |
+
2024-05-16 09:59:32,145 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 2 |
+
2024-05-16 09:59:32,155 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 3 |
+
2024-05-16 09:59:32,192 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 4 |
+
2024-05-16 09:59:32,192 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 5 |
+
2024-05-16 09:59:32,202 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 6 |
+
2024-05-16 09:59:32,202 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 7 |
+
2024-05-16 09:59:32,203 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 8 |
+
2024-05-16 09:59:32,365 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 9 |
+
2024-05-16 09:59:32,365 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 10 |
+
2024-05-16 09:59:32,431 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002200DCAC430>
|
| 11 |
+
2024-05-16 09:59:32,431 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x000002200DC889C0> server_hostname='api.gradio.app' timeout=3
|
| 12 |
+
2024-05-16 09:59:32,543 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 13 |
+
2024-05-16 09:59:32,544 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 14 |
+
2024-05-16 09:59:32,545 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 15 |
+
2024-05-16 09:59:32,546 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 16 |
+
2024-05-16 09:59:32,547 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 17 |
+
2024-05-16 09:59:32,548 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 18 |
+
2024-05-16 09:59:32,551 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 19 |
+
2024-05-16 09:59:32,551 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 20 |
+
2024-05-16 09:59:32,552 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 21 |
+
2024-05-16 09:59:32,553 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 22 |
+
2024-05-16 09:59:32,554 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 23 |
+
2024-05-16 09:59:32,554 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 24 |
+
2024-05-16 09:59:32,554 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 25 |
+
2024-05-16 09:59:32,555 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 26 |
+
2024-05-16 09:59:32,571 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 27 |
+
2024-05-16 09:59:32,573 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 28 |
+
2024-05-16 09:59:32,573 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 29 |
+
2024-05-16 09:59:32,576 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 30 |
+
2024-05-16 09:59:32,577 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 31 |
+
2024-05-16 09:59:32,577 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 32 |
+
2024-05-16 09:59:32,578 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 33 |
+
2024-05-16 09:59:32,579 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 34 |
+
2024-05-16 09:59:32,580 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 35 |
+
2024-05-16 09:59:32,580 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 36 |
+
2024-05-16 09:59:32,581 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 37 |
+
2024-05-16 09:59:32,582 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 38 |
+
2024-05-16 09:59:32,582 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 39 |
+
2024-05-16 09:59:32,582 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 40 |
+
2024-05-16 09:59:32,584 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 41 |
+
2024-05-16 09:59:32,585 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 42 |
+
2024-05-16 09:59:32,587 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 43 |
+
2024-05-16 09:59:32,587 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 44 |
+
2024-05-16 09:59:32,587 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 45 |
+
2024-05-16 09:59:32,593 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 46 |
+
2024-05-16 09:59:32,593 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 47 |
+
2024-05-16 09:59:32,593 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 48 |
+
2024-05-16 09:59:32,594 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 49 |
+
2024-05-16 09:59:32,595 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 50 |
+
2024-05-16 09:59:32,596 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 51 |
+
2024-05-16 09:59:32,596 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 52 |
+
2024-05-16 09:59:32,597 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 53 |
+
2024-05-16 09:59:32,598 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 54 |
+
2024-05-16 09:59:32,598 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 55 |
+
2024-05-16 09:59:32,598 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 56 |
+
2024-05-16 09:59:32,615 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 57 |
+
2024-05-16 09:59:32,616 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 58 |
+
2024-05-16 09:59:32,618 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 59 |
+
2024-05-16 09:59:32,618 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 60 |
+
2024-05-16 09:59:32,801 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002200DCAC250>
|
| 61 |
+
2024-05-16 09:59:32,801 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 62 |
+
2024-05-16 09:59:32,801 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 63 |
+
2024-05-16 09:59:32,805 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 64 |
+
2024-05-16 09:59:32,805 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 65 |
+
2024-05-16 09:59:32,805 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 66 |
+
2024-05-16 09:59:33,031 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Thu, 16 May 2024 01:59:32 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'*')])
|
| 67 |
+
2024-05-16 09:59:33,031 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 68 |
+
2024-05-16 09:59:33,035 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 69 |
+
2024-05-16 09:59:33,035 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 70 |
+
2024-05-16 09:59:33,035 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 71 |
+
2024-05-16 09:59:33,035 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 72 |
+
2024-05-16 09:59:33,035 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 73 |
+
2024-05-16 09:59:33,036 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/debug.log.2024-05-11
ADDED
|
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2024-05-11 16:02:05,316 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 2 |
+
2024-05-11 16:02:05,325 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 3 |
+
2024-05-11 16:02:05,329 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 4 |
+
2024-05-11 16:02:05,329 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 5 |
+
2024-05-11 16:02:05,340 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 6 |
+
2024-05-11 16:02:05,340 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 7 |
+
2024-05-11 16:02:05,341 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 8 |
+
2024-05-11 16:02:05,504 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 9 |
+
2024-05-11 16:02:05,504 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 10 |
+
2024-05-11 16:02:05,560 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000025DA2690CA0>
|
| 11 |
+
2024-05-11 16:02:05,560 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x0000025DA26796C0> server_hostname='api.gradio.app' timeout=3
|
| 12 |
+
2024-05-11 16:02:05,659 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 13 |
+
2024-05-11 16:02:05,661 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 14 |
+
2024-05-11 16:02:05,662 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 15 |
+
2024-05-11 16:02:05,663 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 16 |
+
2024-05-11 16:02:05,663 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 17 |
+
2024-05-11 16:02:05,665 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 18 |
+
2024-05-11 16:02:05,667 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 19 |
+
2024-05-11 16:02:05,669 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 20 |
+
2024-05-11 16:02:05,670 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 21 |
+
2024-05-11 16:02:05,670 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 22 |
+
2024-05-11 16:02:05,672 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 23 |
+
2024-05-11 16:02:05,672 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 24 |
+
2024-05-11 16:02:05,672 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 25 |
+
2024-05-11 16:02:05,673 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 26 |
+
2024-05-11 16:02:05,675 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 27 |
+
2024-05-11 16:02:05,676 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 28 |
+
2024-05-11 16:02:05,677 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 29 |
+
2024-05-11 16:02:05,679 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 30 |
+
2024-05-11 16:02:05,680 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 31 |
+
2024-05-11 16:02:05,681 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 32 |
+
2024-05-11 16:02:05,681 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 33 |
+
2024-05-11 16:02:05,682 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 34 |
+
2024-05-11 16:02:05,683 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 35 |
+
2024-05-11 16:02:05,683 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 36 |
+
2024-05-11 16:02:05,684 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 37 |
+
2024-05-11 16:02:05,684 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 38 |
+
2024-05-11 16:02:05,684 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 39 |
+
2024-05-11 16:02:05,685 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 40 |
+
2024-05-11 16:02:05,687 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 41 |
+
2024-05-11 16:02:05,687 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 42 |
+
2024-05-11 16:02:05,690 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 43 |
+
2024-05-11 16:02:05,690 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 44 |
+
2024-05-11 16:02:05,690 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 45 |
+
2024-05-11 16:02:05,695 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 46 |
+
2024-05-11 16:02:05,695 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 47 |
+
2024-05-11 16:02:05,696 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 48 |
+
2024-05-11 16:02:05,696 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 49 |
+
2024-05-11 16:02:05,697 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 50 |
+
2024-05-11 16:02:05,698 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 51 |
+
2024-05-11 16:02:05,699 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 52 |
+
2024-05-11 16:02:05,699 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 53 |
+
2024-05-11 16:02:05,700 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 54 |
+
2024-05-11 16:02:05,701 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 55 |
+
2024-05-11 16:02:05,701 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 56 |
+
2024-05-11 16:02:05,703 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 57 |
+
2024-05-11 16:02:05,704 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 58 |
+
2024-05-11 16:02:05,705 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 59 |
+
2024-05-11 16:02:05,706 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 60 |
+
2024-05-11 16:02:05,898 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000025DA2690550>
|
| 61 |
+
2024-05-11 16:02:05,898 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 62 |
+
2024-05-11 16:02:05,898 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 63 |
+
2024-05-11 16:02:05,898 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 64 |
+
2024-05-11 16:02:05,898 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 65 |
+
2024-05-11 16:02:05,898 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 66 |
+
2024-05-11 16:02:06,066 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 11 May 2024 08:02:05 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'*')])
|
| 67 |
+
2024-05-11 16:02:06,066 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 68 |
+
2024-05-11 16:02:06,067 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 69 |
+
2024-05-11 16:02:06,067 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 70 |
+
2024-05-11 16:02:06,067 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 71 |
+
2024-05-11 16:02:06,067 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 72 |
+
2024-05-11 16:02:06,067 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 73 |
+
2024-05-11 16:02:06,067 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
| 74 |
+
2024-05-11 16:02:26,740 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 75 |
+
2024-05-11 16:02:26,742 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 76 |
+
2024-05-11 16:02:26,747 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 77 |
+
2024-05-11 16:02:26,747 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 78 |
+
2024-05-11 16:02:26,750 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 79 |
+
2024-05-11 16:02:26,755 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 80 |
+
2024-05-11 16:02:26,756 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 81 |
+
2024-05-11 16:02:26,885 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 82 |
+
2024-05-11 16:02:26,885 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 83 |
+
2024-05-11 16:02:26,915 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000021DC186B670>
|
| 84 |
+
2024-05-11 16:02:26,916 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x0000021DC1102DC0> server_hostname='api.gradio.app' timeout=3
|
| 85 |
+
2024-05-11 16:02:26,959 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 86 |
+
2024-05-11 16:02:26,960 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 87 |
+
2024-05-11 16:02:26,961 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 88 |
+
2024-05-11 16:02:26,961 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 89 |
+
2024-05-11 16:02:26,962 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 90 |
+
2024-05-11 16:02:26,963 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 91 |
+
2024-05-11 16:02:26,965 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 92 |
+
2024-05-11 16:02:26,966 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 93 |
+
2024-05-11 16:02:26,967 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 94 |
+
2024-05-11 16:02:26,967 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 95 |
+
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 96 |
+
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 97 |
+
2024-05-11 16:02:26,968 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 98 |
+
2024-05-11 16:02:26,969 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 99 |
+
2024-05-11 16:02:26,970 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 100 |
+
2024-05-11 16:02:26,970 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 101 |
+
2024-05-11 16:02:26,971 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 102 |
+
2024-05-11 16:02:26,972 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 103 |
+
2024-05-11 16:02:26,972 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 104 |
+
2024-05-11 16:02:26,973 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 105 |
+
2024-05-11 16:02:26,974 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 106 |
+
2024-05-11 16:02:26,974 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 107 |
+
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 108 |
+
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 109 |
+
2024-05-11 16:02:26,975 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 110 |
+
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 111 |
+
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 112 |
+
2024-05-11 16:02:26,976 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 113 |
+
2024-05-11 16:02:26,977 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 114 |
+
2024-05-11 16:02:26,978 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 115 |
+
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 116 |
+
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 117 |
+
2024-05-11 16:02:26,979 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 118 |
+
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 119 |
+
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 120 |
+
2024-05-11 16:02:26,983 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 121 |
+
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 122 |
+
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 123 |
+
2024-05-11 16:02:26,984 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 124 |
+
2024-05-11 16:02:26,985 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 125 |
+
2024-05-11 16:02:26,985 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 126 |
+
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 127 |
+
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 128 |
+
2024-05-11 16:02:26,986 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 129 |
+
2024-05-11 16:02:26,987 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 130 |
+
2024-05-11 16:02:26,987 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 131 |
+
2024-05-11 16:02:26,988 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 132 |
+
2024-05-11 16:02:26,988 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 133 |
+
2024-05-11 16:02:27,273 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x0000021DC186B4C0>
|
| 134 |
+
2024-05-11 16:02:27,274 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 135 |
+
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 136 |
+
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 137 |
+
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 138 |
+
2024-05-11 16:02:27,284 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 139 |
+
2024-05-11 16:02:27,451 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 11 May 2024 08:02:27 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'*')])
|
| 140 |
+
2024-05-11 16:02:27,452 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 141 |
+
2024-05-11 16:02:27,452 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 142 |
+
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 143 |
+
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 144 |
+
2024-05-11 16:02:27,454 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 145 |
+
2024-05-11 16:02:27,455 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 146 |
+
2024-05-11 16:02:27,458 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
| 147 |
+
2024-05-11 16:03:02,229 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 148 |
+
2024-05-11 16:03:02,231 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 149 |
+
2024-05-11 16:03:02,236 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 150 |
+
2024-05-11 16:03:02,237 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 151 |
+
2024-05-11 16:03:02,239 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 152 |
+
2024-05-11 16:03:02,244 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 153 |
+
2024-05-11 16:03:02,245 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 154 |
+
2024-05-11 16:03:02,379 - httpx - DEBUG _config.py:80 > load_ssl_context verify=True cert=None trust_env=True http2=False
|
| 155 |
+
2024-05-11 16:03:02,379 - httpx - DEBUG _config.py:146 > load_verify_locations cafile='D:\\Users\\tianx\\PycharmProjects\\virtualenv\\asr\\lib\\site-packages\\certifi\\cacert.pem'
|
| 156 |
+
2024-05-11 16:03:02,457 - PIL.Image - DEBUG Image.py:376 > Importing BlpImagePlugin
|
| 157 |
+
2024-05-11 16:03:02,458 - PIL.Image - DEBUG Image.py:376 > Importing BmpImagePlugin
|
| 158 |
+
2024-05-11 16:03:02,459 - PIL.Image - DEBUG Image.py:376 > Importing BufrStubImagePlugin
|
| 159 |
+
2024-05-11 16:03:02,459 - PIL.Image - DEBUG Image.py:376 > Importing CurImagePlugin
|
| 160 |
+
2024-05-11 16:03:02,460 - PIL.Image - DEBUG Image.py:376 > Importing DcxImagePlugin
|
| 161 |
+
2024-05-11 16:03:02,460 - PIL.Image - DEBUG Image.py:376 > Importing DdsImagePlugin
|
| 162 |
+
2024-05-11 16:03:02,463 - PIL.Image - DEBUG Image.py:376 > Importing EpsImagePlugin
|
| 163 |
+
2024-05-11 16:03:02,464 - PIL.Image - DEBUG Image.py:376 > Importing FitsImagePlugin
|
| 164 |
+
2024-05-11 16:03:02,464 - PIL.Image - DEBUG Image.py:376 > Importing FliImagePlugin
|
| 165 |
+
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:376 > Importing FpxImagePlugin
|
| 166 |
+
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:379 > Image: failed to import FpxImagePlugin: No module named 'olefile'
|
| 167 |
+
2024-05-11 16:03:02,465 - PIL.Image - DEBUG Image.py:376 > Importing FtexImagePlugin
|
| 168 |
+
2024-05-11 16:03:02,466 - PIL.Image - DEBUG Image.py:376 > Importing GbrImagePlugin
|
| 169 |
+
2024-05-11 16:03:02,466 - PIL.Image - DEBUG Image.py:376 > Importing GifImagePlugin
|
| 170 |
+
2024-05-11 16:03:02,468 - PIL.Image - DEBUG Image.py:376 > Importing GribStubImagePlugin
|
| 171 |
+
2024-05-11 16:03:02,468 - PIL.Image - DEBUG Image.py:376 > Importing Hdf5StubImagePlugin
|
| 172 |
+
2024-05-11 16:03:02,469 - PIL.Image - DEBUG Image.py:376 > Importing IcnsImagePlugin
|
| 173 |
+
2024-05-11 16:03:02,470 - PIL.Image - DEBUG Image.py:376 > Importing IcoImagePlugin
|
| 174 |
+
2024-05-11 16:03:02,470 - PIL.Image - DEBUG Image.py:376 > Importing ImImagePlugin
|
| 175 |
+
2024-05-11 16:03:02,471 - PIL.Image - DEBUG Image.py:376 > Importing ImtImagePlugin
|
| 176 |
+
2024-05-11 16:03:02,471 - PIL.Image - DEBUG Image.py:376 > Importing IptcImagePlugin
|
| 177 |
+
2024-05-11 16:03:02,472 - PIL.Image - DEBUG Image.py:376 > Importing JpegImagePlugin
|
| 178 |
+
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing Jpeg2KImagePlugin
|
| 179 |
+
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing McIdasImagePlugin
|
| 180 |
+
2024-05-11 16:03:02,473 - PIL.Image - DEBUG Image.py:376 > Importing MicImagePlugin
|
| 181 |
+
2024-05-11 16:03:02,474 - PIL.Image - DEBUG Image.py:379 > Image: failed to import MicImagePlugin: No module named 'olefile'
|
| 182 |
+
2024-05-11 16:03:02,474 - PIL.Image - DEBUG Image.py:376 > Importing MpegImagePlugin
|
| 183 |
+
2024-05-11 16:03:02,475 - PIL.Image - DEBUG Image.py:376 > Importing MpoImagePlugin
|
| 184 |
+
2024-05-11 16:03:02,476 - PIL.Image - DEBUG Image.py:376 > Importing MspImagePlugin
|
| 185 |
+
2024-05-11 16:03:02,476 - PIL.Image - DEBUG Image.py:376 > Importing PalmImagePlugin
|
| 186 |
+
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PcdImagePlugin
|
| 187 |
+
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PcxImagePlugin
|
| 188 |
+
2024-05-11 16:03:02,477 - PIL.Image - DEBUG Image.py:376 > Importing PdfImagePlugin
|
| 189 |
+
2024-05-11 16:03:02,477 - httpcore.connection - DEBUG _trace.py:45 > connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002990A7CB6A0>
|
| 190 |
+
2024-05-11 16:03:02,477 - httpcore.connection - DEBUG _trace.py:45 > start_tls.started ssl_context=<ssl.SSLContext object at 0x000002990A066DC0> server_hostname='api.gradio.app' timeout=3
|
| 191 |
+
2024-05-11 16:03:02,482 - PIL.Image - DEBUG Image.py:376 > Importing PixarImagePlugin
|
| 192 |
+
2024-05-11 16:03:02,483 - PIL.Image - DEBUG Image.py:376 > Importing PngImagePlugin
|
| 193 |
+
2024-05-11 16:03:02,483 - PIL.Image - DEBUG Image.py:376 > Importing PpmImagePlugin
|
| 194 |
+
2024-05-11 16:03:02,484 - PIL.Image - DEBUG Image.py:376 > Importing PsdImagePlugin
|
| 195 |
+
2024-05-11 16:03:02,484 - PIL.Image - DEBUG Image.py:376 > Importing QoiImagePlugin
|
| 196 |
+
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SgiImagePlugin
|
| 197 |
+
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SpiderImagePlugin
|
| 198 |
+
2024-05-11 16:03:02,485 - PIL.Image - DEBUG Image.py:376 > Importing SunImagePlugin
|
| 199 |
+
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing TgaImagePlugin
|
| 200 |
+
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing TiffImagePlugin
|
| 201 |
+
2024-05-11 16:03:02,486 - PIL.Image - DEBUG Image.py:376 > Importing WebPImagePlugin
|
| 202 |
+
2024-05-11 16:03:02,487 - PIL.Image - DEBUG Image.py:376 > Importing WmfImagePlugin
|
| 203 |
+
2024-05-11 16:03:02,487 - PIL.Image - DEBUG Image.py:376 > Importing XbmImagePlugin
|
| 204 |
+
2024-05-11 16:03:02,488 - PIL.Image - DEBUG Image.py:376 > Importing XpmImagePlugin
|
| 205 |
+
2024-05-11 16:03:02,489 - PIL.Image - DEBUG Image.py:376 > Importing XVThumbImagePlugin
|
| 206 |
+
2024-05-11 16:03:02,822 - httpcore.connection - DEBUG _trace.py:45 > start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x000002990A7CB4F0>
|
| 207 |
+
2024-05-11 16:03:02,822 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.started request=<Request [b'GET']>
|
| 208 |
+
2024-05-11 16:03:02,825 - httpcore.http11 - DEBUG _trace.py:45 > send_request_headers.complete
|
| 209 |
+
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.started request=<Request [b'GET']>
|
| 210 |
+
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > send_request_body.complete
|
| 211 |
+
2024-05-11 16:03:02,826 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.started request=<Request [b'GET']>
|
| 212 |
+
2024-05-11 16:03:02,991 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 11 May 2024 08:03:02 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'*')])
|
| 213 |
+
2024-05-11 16:03:02,992 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 214 |
+
2024-05-11 16:03:02,992 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.started request=<Request [b'GET']>
|
| 215 |
+
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > receive_response_body.complete
|
| 216 |
+
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.started
|
| 217 |
+
2024-05-11 16:03:02,998 - httpcore.http11 - DEBUG _trace.py:45 > response_closed.complete
|
| 218 |
+
2024-05-11 16:03:02,998 - httpcore.connection - DEBUG _trace.py:45 > close.started
|
| 219 |
+
2024-05-11 16:03:02,998 - httpcore.connection - DEBUG _trace.py:45 > close.complete
|
logs/info.log
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
2024-05-
|
| 2 |
-
2024-05-11 16:02:27,452 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 3 |
-
2024-05-11 16:03:02,992 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
|
|
|
| 1 |
+
2024-05-16 09:59:33,031 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
|
|
|
|
|
logs/info.log.2024-05-11
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2024-05-11 16:02:06,066 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 2 |
+
2024-05-11 16:02:27,452 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
| 3 |
+
2024-05-11 16:03:02,992 - httpx - INFO _client.py:1026 > HTTP Request: GET https://api.gradio.app/gradio-messaging/en "HTTP/1.1 200 OK"
|
main.py
CHANGED
|
@@ -103,12 +103,12 @@ def process(
|
|
| 103 |
repo_id: Path = Path(repo_id)
|
| 104 |
if len(repo_id.parts) == 1:
|
| 105 |
repo_name = repo_id.parts[-1]
|
| 106 |
-
repo_name = repo_name[:
|
| 107 |
folder = repo_name
|
| 108 |
elif len(repo_id.parts) == 2:
|
| 109 |
repo_supplier = repo_id.parts[-2]
|
| 110 |
repo_name = repo_id.parts[-1]
|
| 111 |
-
repo_name = repo_name[:
|
| 112 |
folder = "{}/{}".format(repo_supplier, repo_name)
|
| 113 |
else:
|
| 114 |
raise AssertionError("repo_id parts count invalid: {}".format(len(repo_id.parts)))
|
|
|
|
| 103 |
repo_id: Path = Path(repo_id)
|
| 104 |
if len(repo_id.parts) == 1:
|
| 105 |
repo_name = repo_id.parts[-1]
|
| 106 |
+
repo_name = repo_name[:30]
|
| 107 |
folder = repo_name
|
| 108 |
elif len(repo_id.parts) == 2:
|
| 109 |
repo_supplier = repo_id.parts[-2]
|
| 110 |
repo_name = repo_id.parts[-1]
|
| 111 |
+
repo_name = repo_name[:30]
|
| 112 |
folder = "{}/{}".format(repo_supplier, repo_name)
|
| 113 |
else:
|
| 114 |
raise AssertionError("repo_id parts count invalid: {}".format(len(repo_id.parts)))
|
toolbox/k2_sherpa/nn_models.py
CHANGED
|
@@ -167,7 +167,7 @@ def load_sherpa_offline_recognizer(nn_model_file: str,
|
|
| 167 |
feat_config.fbank_opts.frame_opts.dither = frame_dither
|
| 168 |
|
| 169 |
if not os.path.exists(nn_model_file):
|
| 170 |
-
raise AssertionError("nn_model_file not found. ")
|
| 171 |
|
| 172 |
config = sherpa.OfflineRecognizerConfig(
|
| 173 |
nn_model=nn_model_file,
|
|
@@ -255,7 +255,6 @@ def load_recognizer(local_model_dir: Path,
|
|
| 255 |
if "tokens_file" in kwargs.keys():
|
| 256 |
tokens_file = (local_model_dir / kwargs["tokens_file"]).as_posix()
|
| 257 |
kwargs_["tokens_file"] = tokens_file
|
| 258 |
-
|
| 259 |
if "normalize_samples" in kwargs.keys():
|
| 260 |
kwargs_["normalize_samples"] = kwargs["normalize_samples"]
|
| 261 |
|
|
|
|
| 167 |
feat_config.fbank_opts.frame_opts.dither = frame_dither
|
| 168 |
|
| 169 |
if not os.path.exists(nn_model_file):
|
| 170 |
+
raise AssertionError("nn_model_file not found. nn_model_file: {}".format(nn_model_file))
|
| 171 |
|
| 172 |
config = sherpa.OfflineRecognizerConfig(
|
| 173 |
nn_model=nn_model_file,
|
|
|
|
| 255 |
if "tokens_file" in kwargs.keys():
|
| 256 |
tokens_file = (local_model_dir / kwargs["tokens_file"]).as_posix()
|
| 257 |
kwargs_["tokens_file"] = tokens_file
|
|
|
|
| 258 |
if "normalize_samples" in kwargs.keys():
|
| 259 |
kwargs_["normalize_samples"] = kwargs["normalize_samples"]
|
| 260 |
|