oh-my-dear-ai
commited on
Commit
β’
96da083
1
Parent(s):
f04b8e0
fix(gradio): change version from 4.31.3 to 4.38.1
Browse files- README.md +1 -1
- poetry.lock +66 -49
- pyproject.toml +1 -1
- requirements.txt +0 -0
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: π
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.38.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
poetry.lock
CHANGED
@@ -471,28 +471,28 @@ tqdm = ["tqdm"]
|
|
471 |
|
472 |
[[package]]
|
473 |
name = "gradio"
|
474 |
-
version = "4.
|
475 |
description = "Python library for easily interacting with trained machine learning models"
|
476 |
optional = false
|
477 |
python-versions = ">=3.8"
|
478 |
files = [
|
479 |
-
{file = "gradio-4.
|
480 |
-
{file = "gradio-4.
|
481 |
]
|
482 |
|
483 |
[package.dependencies]
|
484 |
aiofiles = ">=22.0,<24.0"
|
485 |
-
altair = ">=
|
486 |
fastapi = "*"
|
487 |
ffmpy = "*"
|
488 |
-
gradio-client = "
|
489 |
httpx = ">=0.24.1"
|
490 |
huggingface-hub = ">=0.19.3"
|
491 |
importlib-resources = ">=1.3,<7.0"
|
492 |
jinja2 = "<4.0"
|
493 |
markupsafe = ">=2.0,<3.0"
|
494 |
matplotlib = ">=3.0,<4.0"
|
495 |
-
numpy = ">=1.0,<
|
496 |
orjson = ">=3.0,<4.0"
|
497 |
packaging = "*"
|
498 |
pandas = ">=1.0,<3.0"
|
@@ -514,13 +514,13 @@ oauth = ["authlib", "itsdangerous"]
|
|
514 |
|
515 |
[[package]]
|
516 |
name = "gradio-client"
|
517 |
-
version = "
|
518 |
description = "Python library for easily interacting with trained machine learning models"
|
519 |
optional = false
|
520 |
python-versions = ">=3.8"
|
521 |
files = [
|
522 |
-
{file = "gradio_client-
|
523 |
-
{file = "gradio_client-
|
524 |
]
|
525 |
|
526 |
[package.dependencies]
|
@@ -1015,47 +1015,64 @@ pyarrow = ["pyarrow (>=11.0.0)"]
|
|
1015 |
|
1016 |
[[package]]
|
1017 |
name = "numpy"
|
1018 |
-
version = "1.
|
1019 |
description = "Fundamental package for array computing in Python"
|
1020 |
optional = false
|
1021 |
-
python-versions = ">=3.
|
1022 |
-
files = [
|
1023 |
-
{file = "numpy-1.
|
1024 |
-
{file = "numpy-1.
|
1025 |
-
{file = "numpy-1.
|
1026 |
-
{file = "numpy-1.
|
1027 |
-
{file = "numpy-1.
|
1028 |
-
{file = "numpy-1.
|
1029 |
-
{file = "numpy-1.
|
1030 |
-
{file = "numpy-1.
|
1031 |
-
{file = "numpy-1.
|
1032 |
-
{file = "numpy-1.
|
1033 |
-
{file = "numpy-1.
|
1034 |
-
{file = "numpy-1.
|
1035 |
-
{file = "numpy-1.
|
1036 |
-
{file = "numpy-1.
|
1037 |
-
{file = "numpy-1.
|
1038 |
-
{file = "numpy-1.
|
1039 |
-
{file = "numpy-1.
|
1040 |
-
{file = "numpy-1.
|
1041 |
-
{file = "numpy-1.
|
1042 |
-
{file = "numpy-1.
|
1043 |
-
{file = "numpy-1.
|
1044 |
-
{file = "numpy-1.
|
1045 |
-
{file = "numpy-1.
|
1046 |
-
{file = "numpy-1.
|
1047 |
-
{file = "numpy-1.
|
1048 |
-
{file = "numpy-1.
|
1049 |
-
{file = "numpy-1.
|
1050 |
-
{file = "numpy-1.
|
1051 |
-
{file = "numpy-1.
|
1052 |
-
{file = "numpy-1.
|
1053 |
-
{file = "numpy-1.
|
1054 |
-
{file = "numpy-1.
|
1055 |
-
{file = "numpy-1.
|
1056 |
-
{file = "numpy-1.
|
1057 |
-
{file = "numpy-1.
|
1058 |
-
{file = "numpy-1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
]
|
1060 |
|
1061 |
[[package]]
|
@@ -2039,4 +2056,4 @@ files = [
|
|
2039 |
[metadata]
|
2040 |
lock-version = "2.0"
|
2041 |
python-versions = "^3.12"
|
2042 |
-
content-hash = "
|
|
|
471 |
|
472 |
[[package]]
|
473 |
name = "gradio"
|
474 |
+
version = "4.38.1"
|
475 |
description = "Python library for easily interacting with trained machine learning models"
|
476 |
optional = false
|
477 |
python-versions = ">=3.8"
|
478 |
files = [
|
479 |
+
{file = "gradio-4.38.1-py3-none-any.whl", hash = "sha256:003c80fccb475869d76ddd9f8f1c7e85d14b0088a7eabc10558304930f33367b"},
|
480 |
+
{file = "gradio-4.38.1.tar.gz", hash = "sha256:8c24cb4e8e391b327e4c537e2ed3b57bcfb35d222bf786a657d27469bfc1667c"},
|
481 |
]
|
482 |
|
483 |
[package.dependencies]
|
484 |
aiofiles = ">=22.0,<24.0"
|
485 |
+
altair = ">=5.0,<6.0"
|
486 |
fastapi = "*"
|
487 |
ffmpy = "*"
|
488 |
+
gradio-client = "1.1.0"
|
489 |
httpx = ">=0.24.1"
|
490 |
huggingface-hub = ">=0.19.3"
|
491 |
importlib-resources = ">=1.3,<7.0"
|
492 |
jinja2 = "<4.0"
|
493 |
markupsafe = ">=2.0,<3.0"
|
494 |
matplotlib = ">=3.0,<4.0"
|
495 |
+
numpy = ">=1.0,<3.0"
|
496 |
orjson = ">=3.0,<4.0"
|
497 |
packaging = "*"
|
498 |
pandas = ">=1.0,<3.0"
|
|
|
514 |
|
515 |
[[package]]
|
516 |
name = "gradio-client"
|
517 |
+
version = "1.1.0"
|
518 |
description = "Python library for easily interacting with trained machine learning models"
|
519 |
optional = false
|
520 |
python-versions = ">=3.8"
|
521 |
files = [
|
522 |
+
{file = "gradio_client-1.1.0-py3-none-any.whl", hash = "sha256:5f117fa1163f5673f7f45a226919503a3c1747ee4bbfc6002c6a69386e6e5a57"},
|
523 |
+
{file = "gradio_client-1.1.0.tar.gz", hash = "sha256:823ef2b9ab9b869ffebc51c994efec1f58132795239fe1090ef7dd9cf474d1e4"},
|
524 |
]
|
525 |
|
526 |
[package.dependencies]
|
|
|
1015 |
|
1016 |
[[package]]
|
1017 |
name = "numpy"
|
1018 |
+
version = "2.1.1"
|
1019 |
description = "Fundamental package for array computing in Python"
|
1020 |
optional = false
|
1021 |
+
python-versions = ">=3.10"
|
1022 |
+
files = [
|
1023 |
+
{file = "numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c8a0e34993b510fc19b9a2ce7f31cb8e94ecf6e924a40c0c9dd4f62d0aac47d9"},
|
1024 |
+
{file = "numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7dd86dfaf7c900c0bbdcb8b16e2f6ddf1eb1fe39c6c8cca6e94844ed3152a8fd"},
|
1025 |
+
{file = "numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:5889dd24f03ca5a5b1e8a90a33b5a0846d8977565e4ae003a63d22ecddf6782f"},
|
1026 |
+
{file = "numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:59ca673ad11d4b84ceb385290ed0ebe60266e356641428c845b39cd9df6713ab"},
|
1027 |
+
{file = "numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:13ce49a34c44b6de5241f0b38b07e44c1b2dcacd9e36c30f9c2fcb1bb5135db7"},
|
1028 |
+
{file = "numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:913cc1d311060b1d409e609947fa1b9753701dac96e6581b58afc36b7ee35af6"},
|
1029 |
+
{file = "numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:caf5d284ddea7462c32b8d4a6b8af030b6c9fd5332afb70e7414d7fdded4bfd0"},
|
1030 |
+
{file = "numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:57eb525e7c2a8fdee02d731f647146ff54ea8c973364f3b850069ffb42799647"},
|
1031 |
+
{file = "numpy-2.1.1-cp310-cp310-win32.whl", hash = "sha256:9a8e06c7a980869ea67bbf551283bbed2856915f0a792dc32dd0f9dd2fb56728"},
|
1032 |
+
{file = "numpy-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:d10c39947a2d351d6d466b4ae83dad4c37cd6c3cdd6d5d0fa797da56f710a6ae"},
|
1033 |
+
{file = "numpy-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0d07841fd284718feffe7dd17a63a2e6c78679b2d386d3e82f44f0108c905550"},
|
1034 |
+
{file = "numpy-2.1.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b5613cfeb1adfe791e8e681128f5f49f22f3fcaa942255a6124d58ca59d9528f"},
|
1035 |
+
{file = "numpy-2.1.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:0b8cc2715a84b7c3b161f9ebbd942740aaed913584cae9cdc7f8ad5ad41943d0"},
|
1036 |
+
{file = "numpy-2.1.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:b49742cdb85f1f81e4dc1b39dcf328244f4d8d1ded95dea725b316bd2cf18c95"},
|
1037 |
+
{file = "numpy-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8d5f8a8e3bc87334f025194c6193e408903d21ebaeb10952264943a985066ca"},
|
1038 |
+
{file = "numpy-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d51fc141ddbe3f919e91a096ec739f49d686df8af254b2053ba21a910ae518bf"},
|
1039 |
+
{file = "numpy-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:98ce7fb5b8063cfdd86596b9c762bf2b5e35a2cdd7e967494ab78a1fa7f8b86e"},
|
1040 |
+
{file = "numpy-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:24c2ad697bd8593887b019817ddd9974a7f429c14a5469d7fad413f28340a6d2"},
|
1041 |
+
{file = "numpy-2.1.1-cp311-cp311-win32.whl", hash = "sha256:397bc5ce62d3fb73f304bec332171535c187e0643e176a6e9421a6e3eacef06d"},
|
1042 |
+
{file = "numpy-2.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:ae8ce252404cdd4de56dcfce8b11eac3c594a9c16c231d081fb705cf23bd4d9e"},
|
1043 |
+
{file = "numpy-2.1.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:7c803b7934a7f59563db459292e6aa078bb38b7ab1446ca38dd138646a38203e"},
|
1044 |
+
{file = "numpy-2.1.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6435c48250c12f001920f0751fe50c0348f5f240852cfddc5e2f97e007544cbe"},
|
1045 |
+
{file = "numpy-2.1.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:3269c9eb8745e8d975980b3a7411a98976824e1fdef11f0aacf76147f662b15f"},
|
1046 |
+
{file = "numpy-2.1.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:fac6e277a41163d27dfab5f4ec1f7a83fac94e170665a4a50191b545721c6521"},
|
1047 |
+
{file = "numpy-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcd8f556cdc8cfe35e70efb92463082b7f43dd7e547eb071ffc36abc0ca4699b"},
|
1048 |
+
{file = "numpy-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b9cd92c8f8e7b313b80e93cedc12c0112088541dcedd9197b5dee3738c1201"},
|
1049 |
+
{file = "numpy-2.1.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:afd9c680df4de71cd58582b51e88a61feed4abcc7530bcd3d48483f20fc76f2a"},
|
1050 |
+
{file = "numpy-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8661c94e3aad18e1ea17a11f60f843a4933ccaf1a25a7c6a9182af70610b2313"},
|
1051 |
+
{file = "numpy-2.1.1-cp312-cp312-win32.whl", hash = "sha256:950802d17a33c07cba7fd7c3dcfa7d64705509206be1606f196d179e539111ed"},
|
1052 |
+
{file = "numpy-2.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:3fc5eabfc720db95d68e6646e88f8b399bfedd235994016351b1d9e062c4b270"},
|
1053 |
+
{file = "numpy-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:046356b19d7ad1890c751b99acad5e82dc4a02232013bd9a9a712fddf8eb60f5"},
|
1054 |
+
{file = "numpy-2.1.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6e5a9cb2be39350ae6c8f79410744e80154df658d5bea06e06e0ac5bb75480d5"},
|
1055 |
+
{file = "numpy-2.1.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:d4c57b68c8ef5e1ebf47238e99bf27657511ec3f071c465f6b1bccbef12d4136"},
|
1056 |
+
{file = "numpy-2.1.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:8ae0fd135e0b157365ac7cc31fff27f07a5572bdfc38f9c2d43b2aff416cc8b0"},
|
1057 |
+
{file = "numpy-2.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:981707f6b31b59c0c24bcda52e5605f9701cb46da4b86c2e8023656ad3e833cb"},
|
1058 |
+
{file = "numpy-2.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ca4b53e1e0b279142113b8c5eb7d7a877e967c306edc34f3b58e9be12fda8df"},
|
1059 |
+
{file = "numpy-2.1.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e097507396c0be4e547ff15b13dc3866f45f3680f789c1a1301b07dadd3fbc78"},
|
1060 |
+
{file = "numpy-2.1.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7506387e191fe8cdb267f912469a3cccc538ab108471291636a96a54e599556"},
|
1061 |
+
{file = "numpy-2.1.1-cp313-cp313-win32.whl", hash = "sha256:251105b7c42abe40e3a689881e1793370cc9724ad50d64b30b358bbb3a97553b"},
|
1062 |
+
{file = "numpy-2.1.1-cp313-cp313-win_amd64.whl", hash = "sha256:f212d4f46b67ff604d11fff7cc62d36b3e8714edf68e44e9760e19be38c03eb0"},
|
1063 |
+
{file = "numpy-2.1.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:920b0911bb2e4414c50e55bd658baeb78281a47feeb064ab40c2b66ecba85553"},
|
1064 |
+
{file = "numpy-2.1.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:bab7c09454460a487e631ffc0c42057e3d8f2a9ddccd1e60c7bb8ed774992480"},
|
1065 |
+
{file = "numpy-2.1.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:cea427d1350f3fd0d2818ce7350095c1a2ee33e30961d2f0fef48576ddbbe90f"},
|
1066 |
+
{file = "numpy-2.1.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:e30356d530528a42eeba51420ae8bf6c6c09559051887196599d96ee5f536468"},
|
1067 |
+
{file = "numpy-2.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8dfa9e94fc127c40979c3eacbae1e61fda4fe71d84869cc129e2721973231ef"},
|
1068 |
+
{file = "numpy-2.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:910b47a6d0635ec1bd53b88f86120a52bf56dcc27b51f18c7b4a2e2224c29f0f"},
|
1069 |
+
{file = "numpy-2.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:13cc11c00000848702322af4de0147ced365c81d66053a67c2e962a485b3717c"},
|
1070 |
+
{file = "numpy-2.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:53e27293b3a2b661c03f79aa51c3987492bd4641ef933e366e0f9f6c9bf257ec"},
|
1071 |
+
{file = "numpy-2.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7be6a07520b88214ea85d8ac8b7d6d8a1839b0b5cb87412ac9f49fa934eb15d5"},
|
1072 |
+
{file = "numpy-2.1.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl", hash = "sha256:52ac2e48f5ad847cd43c4755520a2317f3380213493b9d8a4c5e37f3b87df504"},
|
1073 |
+
{file = "numpy-2.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50a95ca3560a6058d6ea91d4629a83a897ee27c00630aed9d933dff191f170cd"},
|
1074 |
+
{file = "numpy-2.1.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:99f4a9ee60eed1385a86e82288971a51e71df052ed0b2900ed30bc840c0f2e39"},
|
1075 |
+
{file = "numpy-2.1.1.tar.gz", hash = "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd"},
|
1076 |
]
|
1077 |
|
1078 |
[[package]]
|
|
|
2056 |
[metadata]
|
2057 |
lock-version = "2.0"
|
2058 |
python-versions = "^3.12"
|
2059 |
+
content-hash = "53f7ebd990eb3771759d3adf626d8fbe951bd6fc6a77c8ca2df15eb3bb7a5aea"
|
pyproject.toml
CHANGED
@@ -7,7 +7,7 @@ readme = "README.md"
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.12"
|
10 |
-
gradio = "4.
|
11 |
uvicorn = "^0.30.6"
|
12 |
plotly = "^5.24.0"
|
13 |
pytz = "^2024.1"
|
|
|
7 |
|
8 |
[tool.poetry.dependencies]
|
9 |
python = "^3.12"
|
10 |
+
gradio = "4.38.1"
|
11 |
uvicorn = "^0.30.6"
|
12 |
plotly = "^5.24.0"
|
13 |
pytz = "^2024.1"
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|