Spaces:
Runtime error
Runtime error
Update
Browse files- DeepfakeModel.ipynb +150 -22
- DeepfakeModel.py +4 -1
- requirements.txt +76 -11
DeepfakeModel.ipynb
CHANGED
|
@@ -9,34 +9,145 @@
|
|
| 9 |
"name": "stdout",
|
| 10 |
"output_type": "stream",
|
| 11 |
"text": [
|
| 12 |
-
"
|
| 13 |
-
"\n",
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
]
|
| 31 |
}
|
| 32 |
],
|
| 33 |
"source": [
|
| 34 |
-
"pip install
|
| 35 |
]
|
| 36 |
},
|
| 37 |
{
|
| 38 |
"cell_type": "code",
|
| 39 |
-
"execution_count":
|
| 40 |
"metadata": {},
|
| 41 |
"outputs": [
|
| 42 |
{
|
|
@@ -52,6 +163,23 @@
|
|
| 52 |
"print(str(torchaudio.list_audio_backends()))"
|
| 53 |
]
|
| 54 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
{
|
| 56 |
"cell_type": "code",
|
| 57 |
"execution_count": 12,
|
|
@@ -256,7 +384,7 @@
|
|
| 256 |
],
|
| 257 |
"metadata": {
|
| 258 |
"kernelspec": {
|
| 259 |
-
"display_name": "
|
| 260 |
"language": "python",
|
| 261 |
"name": "python3"
|
| 262 |
},
|
|
@@ -270,7 +398,7 @@
|
|
| 270 |
"name": "python",
|
| 271 |
"nbconvert_exporter": "python",
|
| 272 |
"pygments_lexer": "ipython3",
|
| 273 |
-
"version": "3.12.
|
| 274 |
}
|
| 275 |
},
|
| 276 |
"nbformat": 4,
|
|
|
|
| 9 |
"name": "stdout",
|
| 10 |
"output_type": "stream",
|
| 11 |
"text": [
|
| 12 |
+
"Collecting fastapi (from -r requirements.txt (line 1))\n",
|
| 13 |
+
" Using cached fastapi-0.115.6-py3-none-any.whl.metadata (27 kB)\n",
|
| 14 |
+
"Collecting uvicorn (from -r requirements.txt (line 2))\n",
|
| 15 |
+
" Using cached uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB)\n",
|
| 16 |
+
"Collecting transformers (from -r requirements.txt (line 3))\n",
|
| 17 |
+
" Using cached transformers-4.47.0-py3-none-any.whl.metadata (43 kB)\n",
|
| 18 |
+
"Collecting torch (from -r requirements.txt (line 4))\n",
|
| 19 |
+
" Using cached torch-2.5.1-cp312-cp312-win_amd64.whl.metadata (28 kB)\n",
|
| 20 |
+
"Collecting torchvision (from -r requirements.txt (line 5))\n",
|
| 21 |
+
" Using cached torchvision-0.20.1-cp312-cp312-win_amd64.whl.metadata (6.2 kB)\n",
|
| 22 |
+
"Collecting torchaudio (from -r requirements.txt (line 6))\n",
|
| 23 |
+
" Using cached torchaudio-2.5.1-cp312-cp312-win_amd64.whl.metadata (6.5 kB)\n",
|
| 24 |
+
"Collecting PySoundFile (from -r requirements.txt (line 7))\n",
|
| 25 |
+
" Using cached PySoundFile-0.9.0.post1-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33-none-win_amd64.whl.metadata (9.4 kB)\n",
|
| 26 |
+
"Collecting ffmpeg-python (from -r requirements.txt (line 8))\n",
|
| 27 |
+
" Using cached ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB)\n",
|
| 28 |
+
"Collecting pydantic (from -r requirements.txt (line 9))\n",
|
| 29 |
+
" Using cached pydantic-2.10.3-py3-none-any.whl.metadata (172 kB)\n",
|
| 30 |
+
"Collecting numpy (from -r requirements.txt (line 10))\n",
|
| 31 |
+
" Using cached numpy-2.2.0-cp312-cp312-win_amd64.whl.metadata (60 kB)\n",
|
| 32 |
+
"Collecting python-multipart (from -r requirements.txt (line 11))\n",
|
| 33 |
+
" Using cached python_multipart-0.0.19-py3-none-any.whl.metadata (1.8 kB)\n",
|
| 34 |
+
"Collecting starlette<0.42.0,>=0.40.0 (from fastapi->-r requirements.txt (line 1))\n",
|
| 35 |
+
" Using cached starlette-0.41.3-py3-none-any.whl.metadata (6.0 kB)\n",
|
| 36 |
+
"Requirement already satisfied: typing-extensions>=4.8.0 in c:\\users\\asus\\anaconda3\\envs\\modelenv\\lib\\site-packages (from fastapi->-r requirements.txt (line 1)) (4.12.2)\n",
|
| 37 |
+
"Collecting click>=7.0 (from uvicorn->-r requirements.txt (line 2))\n",
|
| 38 |
+
" Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)\n",
|
| 39 |
+
"Collecting h11>=0.8 (from uvicorn->-r requirements.txt (line 2))\n",
|
| 40 |
+
" Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)\n",
|
| 41 |
+
"Collecting filelock (from transformers->-r requirements.txt (line 3))\n",
|
| 42 |
+
" Using cached filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)\n",
|
| 43 |
+
"Collecting huggingface-hub<1.0,>=0.24.0 (from transformers->-r requirements.txt (line 3))\n",
|
| 44 |
+
" Using cached huggingface_hub-0.27.0-py3-none-any.whl.metadata (13 kB)\n",
|
| 45 |
+
"Requirement already satisfied: packaging>=20.0 in c:\\users\\asus\\anaconda3\\envs\\modelenv\\lib\\site-packages (from transformers->-r requirements.txt (line 3)) (24.2)\n",
|
| 46 |
+
"Collecting pyyaml>=5.1 (from transformers->-r requirements.txt (line 3))\n",
|
| 47 |
+
" Using cached PyYAML-6.0.2-cp312-cp312-win_amd64.whl.metadata (2.1 kB)\n",
|
| 48 |
+
"Collecting regex!=2019.12.17 (from transformers->-r requirements.txt (line 3))\n",
|
| 49 |
+
" Using cached regex-2024.11.6-cp312-cp312-win_amd64.whl.metadata (41 kB)\n",
|
| 50 |
+
"Collecting requests (from transformers->-r requirements.txt (line 3))\n",
|
| 51 |
+
" Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)\n",
|
| 52 |
+
"Collecting tokenizers<0.22,>=0.21 (from transformers->-r requirements.txt (line 3))\n",
|
| 53 |
+
" Using cached tokenizers-0.21.0-cp39-abi3-win_amd64.whl.metadata (6.9 kB)\n",
|
| 54 |
+
"Collecting safetensors>=0.4.1 (from transformers->-r requirements.txt (line 3))\n",
|
| 55 |
+
" Using cached safetensors-0.4.5-cp312-none-win_amd64.whl.metadata (3.9 kB)\n",
|
| 56 |
+
"Collecting tqdm>=4.27 (from transformers->-r requirements.txt (line 3))\n",
|
| 57 |
+
" Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)\n",
|
| 58 |
+
"Collecting networkx (from torch->-r requirements.txt (line 4))\n",
|
| 59 |
+
" Using cached networkx-3.4.2-py3-none-any.whl.metadata (6.3 kB)\n",
|
| 60 |
+
"Collecting jinja2 (from torch->-r requirements.txt (line 4))\n",
|
| 61 |
+
" Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)\n",
|
| 62 |
+
"Collecting fsspec (from torch->-r requirements.txt (line 4))\n",
|
| 63 |
+
" Using cached fsspec-2024.10.0-py3-none-any.whl.metadata (11 kB)\n",
|
| 64 |
+
"Requirement already satisfied: setuptools in c:\\users\\asus\\anaconda3\\envs\\modelenv\\lib\\site-packages (from torch->-r requirements.txt (line 4)) (75.6.0)\n",
|
| 65 |
+
"Collecting sympy==1.13.1 (from torch->-r requirements.txt (line 4))\n",
|
| 66 |
+
" Using cached sympy-1.13.1-py3-none-any.whl.metadata (12 kB)\n",
|
| 67 |
+
"Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch->-r requirements.txt (line 4))\n",
|
| 68 |
+
" Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)\n",
|
| 69 |
+
"Collecting pillow!=8.3.*,>=5.3.0 (from torchvision->-r requirements.txt (line 5))\n",
|
| 70 |
+
" Downloading pillow-11.0.0-cp312-cp312-win_amd64.whl.metadata (9.3 kB)\n",
|
| 71 |
+
"Collecting cffi>=0.6 (from PySoundFile->-r requirements.txt (line 7))\n",
|
| 72 |
+
" Using cached cffi-1.17.1-cp312-cp312-win_amd64.whl.metadata (1.6 kB)\n",
|
| 73 |
+
"Collecting future (from ffmpeg-python->-r requirements.txt (line 8))\n",
|
| 74 |
+
" Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB)\n",
|
| 75 |
+
"Collecting annotated-types>=0.6.0 (from pydantic->-r requirements.txt (line 9))\n",
|
| 76 |
+
" Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)\n",
|
| 77 |
+
"Collecting pydantic-core==2.27.1 (from pydantic->-r requirements.txt (line 9))\n",
|
| 78 |
+
" Using cached pydantic_core-2.27.1-cp312-none-win_amd64.whl.metadata (6.7 kB)\n",
|
| 79 |
+
"Collecting pycparser (from cffi>=0.6->PySoundFile->-r requirements.txt (line 7))\n",
|
| 80 |
+
" Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)\n",
|
| 81 |
+
"Requirement already satisfied: colorama in c:\\users\\asus\\anaconda3\\envs\\modelenv\\lib\\site-packages (from click>=7.0->uvicorn->-r requirements.txt (line 2)) (0.4.6)\n",
|
| 82 |
+
"Collecting anyio<5,>=3.4.0 (from starlette<0.42.0,>=0.40.0->fastapi->-r requirements.txt (line 1))\n",
|
| 83 |
+
" Using cached anyio-4.7.0-py3-none-any.whl.metadata (4.7 kB)\n",
|
| 84 |
+
"Collecting MarkupSafe>=2.0 (from jinja2->torch->-r requirements.txt (line 4))\n",
|
| 85 |
+
" Using cached MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl.metadata (4.1 kB)\n",
|
| 86 |
+
"Collecting charset-normalizer<4,>=2 (from requests->transformers->-r requirements.txt (line 3))\n",
|
| 87 |
+
" Using cached charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl.metadata (34 kB)\n",
|
| 88 |
+
"Collecting idna<4,>=2.5 (from requests->transformers->-r requirements.txt (line 3))\n",
|
| 89 |
+
" Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)\n",
|
| 90 |
+
"Collecting urllib3<3,>=1.21.1 (from requests->transformers->-r requirements.txt (line 3))\n",
|
| 91 |
+
" Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)\n",
|
| 92 |
+
"Collecting certifi>=2017.4.17 (from requests->transformers->-r requirements.txt (line 3))\n",
|
| 93 |
+
" Using cached certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)\n",
|
| 94 |
+
"Collecting sniffio>=1.1 (from anyio<5,>=3.4.0->starlette<0.42.0,>=0.40.0->fastapi->-r requirements.txt (line 1))\n",
|
| 95 |
+
" Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)\n",
|
| 96 |
+
"Using cached fastapi-0.115.6-py3-none-any.whl (94 kB)\n",
|
| 97 |
+
"Using cached uvicorn-0.34.0-py3-none-any.whl (62 kB)\n",
|
| 98 |
+
"Using cached transformers-4.47.0-py3-none-any.whl (10.1 MB)\n",
|
| 99 |
+
"Using cached torch-2.5.1-cp312-cp312-win_amd64.whl (203.0 MB)\n",
|
| 100 |
+
"Using cached sympy-1.13.1-py3-none-any.whl (6.2 MB)\n",
|
| 101 |
+
"Using cached torchvision-0.20.1-cp312-cp312-win_amd64.whl (1.6 MB)\n",
|
| 102 |
+
"Using cached torchaudio-2.5.1-cp312-cp312-win_amd64.whl (2.4 MB)\n",
|
| 103 |
+
"Using cached PySoundFile-0.9.0.post1-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33-none-win_amd64.whl (671 kB)\n",
|
| 104 |
+
"Using cached ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)\n",
|
| 105 |
+
"Using cached pydantic-2.10.3-py3-none-any.whl (456 kB)\n",
|
| 106 |
+
"Using cached pydantic_core-2.27.1-cp312-none-win_amd64.whl (2.0 MB)\n",
|
| 107 |
+
"Using cached numpy-2.2.0-cp312-cp312-win_amd64.whl (12.6 MB)\n",
|
| 108 |
+
"Using cached python_multipart-0.0.19-py3-none-any.whl (24 kB)\n",
|
| 109 |
+
"Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)\n",
|
| 110 |
+
"Using cached cffi-1.17.1-cp312-cp312-win_amd64.whl (181 kB)\n",
|
| 111 |
+
"Using cached click-8.1.7-py3-none-any.whl (97 kB)\n",
|
| 112 |
+
"Using cached h11-0.14.0-py3-none-any.whl (58 kB)\n",
|
| 113 |
+
"Using cached huggingface_hub-0.27.0-py3-none-any.whl (450 kB)\n",
|
| 114 |
+
"Using cached fsspec-2024.10.0-py3-none-any.whl (179 kB)\n",
|
| 115 |
+
"Downloading pillow-11.0.0-cp312-cp312-win_amd64.whl (2.6 MB)\n",
|
| 116 |
+
" ---------------------------------------- 0.0/2.6 MB ? eta -:--:--\n",
|
| 117 |
+
" ---------------------------------------- 2.6/2.6 MB 21.2 MB/s eta 0:00:00\n",
|
| 118 |
+
"Using cached PyYAML-6.0.2-cp312-cp312-win_amd64.whl (156 kB)\n",
|
| 119 |
+
"Using cached regex-2024.11.6-cp312-cp312-win_amd64.whl (273 kB)\n",
|
| 120 |
+
"Using cached safetensors-0.4.5-cp312-none-win_amd64.whl (286 kB)\n",
|
| 121 |
+
"Using cached starlette-0.41.3-py3-none-any.whl (73 kB)\n",
|
| 122 |
+
"Using cached tokenizers-0.21.0-cp39-abi3-win_amd64.whl (2.4 MB)\n",
|
| 123 |
+
"Using cached tqdm-4.67.1-py3-none-any.whl (78 kB)\n",
|
| 124 |
+
"Using cached filelock-3.16.1-py3-none-any.whl (16 kB)\n",
|
| 125 |
+
"Using cached future-1.0.0-py3-none-any.whl (491 kB)\n",
|
| 126 |
+
"Using cached jinja2-3.1.4-py3-none-any.whl (133 kB)\n",
|
| 127 |
+
"Using cached networkx-3.4.2-py3-none-any.whl (1.7 MB)\n",
|
| 128 |
+
"Using cached requests-2.32.3-py3-none-any.whl (64 kB)\n",
|
| 129 |
+
"Using cached anyio-4.7.0-py3-none-any.whl (93 kB)\n",
|
| 130 |
+
"Using cached certifi-2024.12.14-py3-none-any.whl (164 kB)\n",
|
| 131 |
+
"Using cached charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl (102 kB)\n",
|
| 132 |
+
"Using cached idna-3.10-py3-none-any.whl (70 kB)\n",
|
| 133 |
+
"Using cached MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl (15 kB)\n",
|
| 134 |
+
"Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)\n",
|
| 135 |
+
"Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)\n",
|
| 136 |
+
"Using cached pycparser-2.22-py3-none-any.whl (117 kB)\n",
|
| 137 |
+
"Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)\n",
|
| 138 |
+
"Installing collected packages: mpmath, urllib3, tqdm, sympy, sniffio, safetensors, regex, pyyaml, python-multipart, pydantic-core, pycparser, pillow, numpy, networkx, MarkupSafe, idna, h11, future, fsspec, filelock, click, charset-normalizer, certifi, annotated-types, uvicorn, requests, pydantic, jinja2, ffmpeg-python, cffi, anyio, torch, starlette, PySoundFile, huggingface-hub, torchvision, torchaudio, tokenizers, fastapi, transformers\n",
|
| 139 |
+
"Successfully installed MarkupSafe-3.0.2 PySoundFile-0.9.0.post1 annotated-types-0.7.0 anyio-4.7.0 certifi-2024.12.14 cffi-1.17.1 charset-normalizer-3.4.0 click-8.1.7 fastapi-0.115.6 ffmpeg-python-0.2.0 filelock-3.16.1 fsspec-2024.10.0 future-1.0.0 h11-0.14.0 huggingface-hub-0.27.0 idna-3.10 jinja2-3.1.4 mpmath-1.3.0 networkx-3.4.2 numpy-2.2.0 pillow-11.0.0 pycparser-2.22 pydantic-2.10.3 pydantic-core-2.27.1 python-multipart-0.0.19 pyyaml-6.0.2 regex-2024.11.6 requests-2.32.3 safetensors-0.4.5 sniffio-1.3.1 starlette-0.41.3 sympy-1.13.1 tokenizers-0.21.0 torch-2.5.1 torchaudio-2.5.1 torchvision-0.20.1 tqdm-4.67.1 transformers-4.47.0 urllib3-2.2.3 uvicorn-0.34.0\n",
|
| 140 |
+
"Note: you may need to restart the kernel to use updated packages.\n"
|
| 141 |
]
|
| 142 |
}
|
| 143 |
],
|
| 144 |
"source": [
|
| 145 |
+
"pip install -r requirements.txt"
|
| 146 |
]
|
| 147 |
},
|
| 148 |
{
|
| 149 |
"cell_type": "code",
|
| 150 |
+
"execution_count": 2,
|
| 151 |
"metadata": {},
|
| 152 |
"outputs": [
|
| 153 |
{
|
|
|
|
| 163 |
"print(str(torchaudio.list_audio_backends()))"
|
| 164 |
]
|
| 165 |
},
|
| 166 |
+
{
|
| 167 |
+
"cell_type": "code",
|
| 168 |
+
"execution_count": 3,
|
| 169 |
+
"metadata": {},
|
| 170 |
+
"outputs": [
|
| 171 |
+
{
|
| 172 |
+
"name": "stdout",
|
| 173 |
+
"output_type": "stream",
|
| 174 |
+
"text": [
|
| 175 |
+
"Note: you may need to restart the kernel to use updated packages.\n"
|
| 176 |
+
]
|
| 177 |
+
}
|
| 178 |
+
],
|
| 179 |
+
"source": [
|
| 180 |
+
"pip list --format=freeze > requirements.txt"
|
| 181 |
+
]
|
| 182 |
+
},
|
| 183 |
{
|
| 184 |
"cell_type": "code",
|
| 185 |
"execution_count": 12,
|
|
|
|
| 384 |
],
|
| 385 |
"metadata": {
|
| 386 |
"kernelspec": {
|
| 387 |
+
"display_name": "modelEnv",
|
| 388 |
"language": "python",
|
| 389 |
"name": "python3"
|
| 390 |
},
|
|
|
|
| 398 |
"name": "python",
|
| 399 |
"nbconvert_exporter": "python",
|
| 400 |
"pygments_lexer": "ipython3",
|
| 401 |
+
"version": "3.12.8"
|
| 402 |
}
|
| 403 |
},
|
| 404 |
"nbformat": 4,
|
DeepfakeModel.py
CHANGED
|
@@ -115,5 +115,8 @@ async def infer(file: UploadFile = File(...)):
|
|
| 115 |
|
| 116 |
@app.get("/health")
|
| 117 |
async def health():
|
| 118 |
-
return {
|
|
|
|
|
|
|
|
|
|
| 119 |
|
|
|
|
| 115 |
|
| 116 |
@app.get("/health")
|
| 117 |
async def health():
|
| 118 |
+
return {
|
| 119 |
+
"message": "ok",
|
| 120 |
+
"Sound":str(torchaudio.list_audio_backends())
|
| 121 |
+
}
|
| 122 |
|
requirements.txt
CHANGED
|
@@ -1,11 +1,76 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
annotated-types==0.7.0
|
| 2 |
+
anyio==4.7.0
|
| 3 |
+
asttokens==2.4.1
|
| 4 |
+
certifi==2024.12.14
|
| 5 |
+
cffi==1.17.1
|
| 6 |
+
charset-normalizer==3.4.0
|
| 7 |
+
click==8.1.7
|
| 8 |
+
colorama==0.4.6
|
| 9 |
+
comm==0.2.2
|
| 10 |
+
debugpy==1.8.1
|
| 11 |
+
decorator==5.1.1
|
| 12 |
+
exceptiongroup==1.2.2
|
| 13 |
+
executing==2.0.1
|
| 14 |
+
fastapi==0.115.6
|
| 15 |
+
ffmpeg-python==0.2.0
|
| 16 |
+
filelock==3.16.1
|
| 17 |
+
fsspec==2024.10.0
|
| 18 |
+
future==1.0.0
|
| 19 |
+
h11==0.14.0
|
| 20 |
+
huggingface-hub==0.27.0
|
| 21 |
+
idna==3.10
|
| 22 |
+
importlib_metadata==8.5.0
|
| 23 |
+
ipykernel==6.29.4
|
| 24 |
+
ipython==8.23.0
|
| 25 |
+
jedi==0.19.1
|
| 26 |
+
Jinja2==3.1.4
|
| 27 |
+
jupyter_client==8.6.1
|
| 28 |
+
jupyter_core==5.7.2
|
| 29 |
+
MarkupSafe==3.0.2
|
| 30 |
+
matplotlib-inline==0.1.6
|
| 31 |
+
mpmath==1.3.0
|
| 32 |
+
nest-asyncio==1.6.0
|
| 33 |
+
networkx==3.4.2
|
| 34 |
+
numpy==2.2.0
|
| 35 |
+
packaging==24.2
|
| 36 |
+
parso==0.8.4
|
| 37 |
+
pickleshare==0.7.5
|
| 38 |
+
pillow==11.0.0
|
| 39 |
+
pip==24.3.1
|
| 40 |
+
platformdirs==4.2.0
|
| 41 |
+
prompt-toolkit==3.0.43
|
| 42 |
+
psutil==6.1.0
|
| 43 |
+
pure-eval==0.2.2
|
| 44 |
+
pycparser==2.22
|
| 45 |
+
pydantic==2.10.3
|
| 46 |
+
pydantic_core==2.27.1
|
| 47 |
+
Pygments==2.18.0
|
| 48 |
+
PySoundFile==0.9.0.post1
|
| 49 |
+
python-dateutil==2.9.0.post0
|
| 50 |
+
python-multipart==0.0.19
|
| 51 |
+
pywin32==306
|
| 52 |
+
PyYAML==6.0.2
|
| 53 |
+
pyzmq==25.1.2
|
| 54 |
+
regex==2024.11.6
|
| 55 |
+
requests==2.32.3
|
| 56 |
+
safetensors==0.4.5
|
| 57 |
+
setuptools==75.6.0
|
| 58 |
+
six==1.17.0
|
| 59 |
+
sniffio==1.3.1
|
| 60 |
+
stack-data==0.6.3
|
| 61 |
+
starlette==0.41.3
|
| 62 |
+
sympy==1.13.1
|
| 63 |
+
tokenizers==0.21.0
|
| 64 |
+
torch==2.5.1
|
| 65 |
+
torchaudio==2.5.1
|
| 66 |
+
torchvision==0.20.1
|
| 67 |
+
tornado==6.4
|
| 68 |
+
tqdm==4.67.1
|
| 69 |
+
traitlets==5.14.2
|
| 70 |
+
transformers==4.47.0
|
| 71 |
+
typing_extensions==4.12.2
|
| 72 |
+
urllib3==2.2.3
|
| 73 |
+
uvicorn==0.34.0
|
| 74 |
+
wcwidth==0.2.13
|
| 75 |
+
wheel==0.45.1
|
| 76 |
+
zipp==3.21.0
|