gleisonnanet commited on
Commit
0a58fb3
·
1 Parent(s): 9850062
Files changed (3) hide show
  1. Dockerfile +2 -2
  2. main.py +1 -1
  3. requirements.txt +233 -20
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
 
3
  WORKDIR /code
4
 
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
1
+ FROM python:3.10
2
 
3
  WORKDIR /code
4
 
 
8
 
9
  COPY . .
10
 
11
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
main.py CHANGED
@@ -41,4 +41,4 @@ app.add_middleware(
41
 
42
  if __name__ == "__main__":
43
  import uvicorn
44
- uvicorn.run(app="main:app", host="0.0.0.0", port=8000, reload=True, timeout_keep_alive=None)
 
41
 
42
  if __name__ == "__main__":
43
  import uvicorn
44
+ uvicorn.run(app="main:app", host="0.0.0.0", port=7860, reload=True, timeout_keep_alive=None)
requirements.txt CHANGED
@@ -1,25 +1,238 @@
1
- annotated-types==0.5.0
 
 
 
 
 
 
 
 
 
2
  anyio==3.7.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  certifi==2023.7.22
4
- charset-normalizer==3.2.0
 
 
5
  click==8.1.6
6
- fastapi==0.100.1
7
- gTTS==2.3.2
8
- h11==0.14.0
9
- idna==3.4
10
- pydantic==2.1.1
11
- pydantic_core==2.4.0
12
- requests==2.31.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  sniffio==1.3.0
14
- starlette==0.27.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  typing_extensions==4.7.1
16
- urllib3==2.0.4
17
- uvicorn==0.23.1
18
- neon-tts-plugin-coqui==0.7.3a1
19
- TTS[all,dev,notebooks]
20
- gradio
21
- # TTS==0.7.1
22
-
23
- stt
24
- torch
25
- transformers
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.18.0
3
+ addict==2.4.0
4
+ aenum==3.1.15
5
+ aiofiles==23.2.1
6
+ aiohttp==3.8.5
7
+ aiosignal==1.3.1
8
+ altair==5.0.1
9
+ antlr4-python3-runtime==4.9.3
10
+ anyascii==0.3.2
11
  anyio==3.7.1
12
+ appdirs==1.4.4
13
+ async-timeout==4.0.3
14
+ attrs==23.1.0
15
+ audioread==3.0.0
16
+ Babel==2.12.1
17
+ bangla==0.0.2
18
+ basicsr==1.4.2
19
+ beautifulsoup4==4.12.2
20
+ bidict==0.22.1
21
+ blendmodes==2022
22
+ blinker==1.6.2
23
+ bnnumerizer==0.0.2
24
+ bnunicodenormalizer==0.1.1
25
+ boltons @ file:///home/conda/feedstock_root/build_artifacts/boltons_1677499911949/work
26
+ Brotli @ file:///home/conda/feedstock_root/build_artifacts/brotli-split_1687884021435/work
27
+ cachetools==5.3.1
28
  certifi==2023.7.22
29
+ cffi @ file:///home/conda/feedstock_root/build_artifacts/cffi_1671179360775/work
30
+ charset-normalizer @ file:///home/conda/feedstock_root/build_artifacts/charset-normalizer_1688813409104/work
31
+ clean-fid==0.1.35
32
  click==8.1.6
33
+ clip-anytorch==2.5.2
34
+ cmake==3.27.1
35
+ colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work
36
+ conda @ file:///home/conda/feedstock_root/build_artifacts/conda_1690552945528/work
37
+ conda-package-handling @ file:///home/conda/feedstock_root/build_artifacts/conda-package-handling_1691048088238/work
38
+ conda_package_streaming @ file:///home/conda/feedstock_root/build_artifacts/conda-package-streaming_1691009212940/work
39
+ contourpy==1.1.0
40
+ coqpit==0.0.17
41
+ cryptography @ file:///home/conda/feedstock_root/build_artifacts/cryptography-split_1691444168825/work
42
+ cycler==0.11.0
43
+ Cython==0.29.30
44
+ dateparser==1.1.8
45
+ decorator==5.1.1
46
+ deprecation==2.1.0
47
+ docker-pycreds==0.4.0
48
+ docopt==0.6.2
49
+ einops==0.4.1
50
+ encodec==0.1.1
51
+ exceptiongroup==1.1.2
52
+ facexlib==0.3.0
53
+ fastapi==0.94.0
54
+ ffmpy==0.3.1
55
+ filelock==3.12.2
56
+ filterpy==1.4.5
57
+ Flask==2.3.2
58
+ fonttools==4.42.0
59
+ frozenlist==1.4.0
60
+ fsspec==2023.6.0
61
+ ftfy==6.1.1
62
+ future==0.18.3
63
+ g2pkk==0.1.2
64
+ gdown==4.7.1
65
+ gfpgan==1.3.8
66
+ gitdb==4.0.10
67
+ GitPython==3.1.30
68
+ google-auth==2.22.0
69
+ google-auth-oauthlib==1.0.0
70
+ gradio==3.32.0
71
+ gradio_client==0.4.0
72
+ grpcio==1.57.0
73
+ gruut==2.2.3
74
+ gruut-ipa==0.13.0
75
+ gruut-lang-de==2.0.0
76
+ gruut-lang-en==2.0.0
77
+ gruut-lang-es==2.0.0
78
+ gruut-lang-fr==2.0.2
79
+ h11==0.12.0
80
+ httpcore==0.15.0
81
+ httpx==0.24.1
82
+ huggingface-hub==0.16.4
83
+ idna @ file:///home/conda/feedstock_root/build_artifacts/idna_1663625384323/work
84
+ imageio==2.31.1
85
+ importlib-metadata==6.8.0
86
+ importlib-resources==6.0.1
87
+ inflect==5.6.0
88
+ inflection==0.5.1
89
+ itsdangerous==2.1.2
90
+ jamo==0.4.1
91
+ jieba==0.42.1
92
+ Jinja2==3.1.2
93
+ joblib==1.3.2
94
+ jsonlines==1.2.0
95
+ jsonmerge==1.8.0
96
+ jsonpatch @ file:///home/conda/feedstock_root/build_artifacts/jsonpatch_1632759296524/work
97
+ jsonpointer==2.0
98
+ jsonschema==4.19.0
99
+ jsonschema-specifications==2023.7.1
100
+ k-diffusion==0.0.15
101
+ kiwisolver==1.4.4
102
+ kornia==0.6.7
103
+ lark==1.1.2
104
+ lazy_loader==0.3
105
+ librosa==0.10.0
106
+ lightning-utilities==0.9.0
107
+ linkify-it-py==2.0.2
108
+ lit==16.0.6
109
+ llvmlite==0.40.1
110
+ lmdb==1.4.1
111
+ lpips==0.1.4
112
+ Markdown==3.4.4
113
+ markdown-it-py==2.2.0
114
+ MarkupSafe==2.1.3
115
+ matplotlib==3.7.2
116
+ mdit-py-plugins==0.3.3
117
+ mdurl==0.1.2
118
+ mpmath==1.3.0
119
+ msgpack==1.0.5
120
+ multidict==6.0.4
121
+ networkx==2.8.8
122
+ nltk==3.8.1
123
+ num2words==0.5.12
124
+ numba==0.57.0
125
+ numpy==1.23.5
126
+ nvidia-cublas-cu11==11.10.3.66
127
+ nvidia-cuda-cupti-cu11==11.7.101
128
+ nvidia-cuda-nvrtc-cu11==11.7.99
129
+ nvidia-cuda-runtime-cu11==11.7.99
130
+ nvidia-cudnn-cu11==8.5.0.96
131
+ nvidia-cufft-cu11==10.9.0.58
132
+ nvidia-curand-cu11==10.2.10.91
133
+ nvidia-cusolver-cu11==11.4.0.1
134
+ nvidia-cusparse-cu11==11.7.4.91
135
+ nvidia-nccl-cu11==2.14.3
136
+ nvidia-nvtx-cu11==11.7.91
137
+ oauthlib==3.2.2
138
+ omegaconf==2.2.3
139
+ open-clip-torch==2.20.0
140
+ opencv-python==4.8.0.76
141
+ orjson==3.9.4
142
+ packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1681337016113/work
143
+ pandas==2.0.3
144
+ pathtools==0.1.2
145
+ piexif==1.1.3
146
+ Pillow==9.5.0
147
+ platformdirs==3.10.0
148
+ pluggy @ file:///home/conda/feedstock_root/build_artifacts/pluggy_1687776318736/work
149
+ pooch==1.7.0
150
+ protobuf==3.20.0
151
+ psutil==5.9.5
152
+ pyasn1==0.5.0
153
+ pyasn1-modules==0.3.0
154
+ pycosat @ file:///home/conda/feedstock_root/build_artifacts/pycosat_1666836642684/work
155
+ pycparser @ file:///home/conda/feedstock_root/build_artifacts/pycparser_1636257122734/work
156
+ pydantic==1.10.12
157
+ pydub==0.25.1
158
+ Pygments==2.16.1
159
+ pynndescent==0.5.10
160
+ pyOpenSSL @ file:///home/conda/feedstock_root/build_artifacts/pyopenssl_1685514481738/work
161
+ pyparsing==3.0.9
162
+ pypinyin==0.49.0
163
+ pysbd==0.3.4
164
+ PySocks @ file:///home/conda/feedstock_root/build_artifacts/pysocks_1661604839144/work
165
+ python-crfsuite==0.9.9
166
+ python-dateutil==2.8.2
167
+ python-engineio==4.5.1
168
+ python-multipart==0.0.6
169
+ python-socketio==5.7.2
170
+ pytorch-lightning==1.9.4
171
+ pytz==2023.3
172
+ PyWavelets==1.4.1
173
+ PyYAML==6.0.1
174
+ realesrgan==0.3.0
175
+ referencing==0.30.2
176
+ regex==2023.8.8
177
+ requests @ file:///home/conda/feedstock_root/build_artifacts/requests_1684774241324/work
178
+ requests-oauthlib==1.3.1
179
+ resize-right==0.0.2
180
+ rpds-py==0.9.2
181
+ rsa==4.9
182
+ ruamel.yaml @ file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml_1686993888032/work
183
+ ruamel.yaml.clib @ file:///home/conda/feedstock_root/build_artifacts/ruamel.yaml.clib_1670412733608/work
184
+ safetensors==0.3.1
185
+ scikit-image==0.20.0
186
+ scikit-learn==1.3.0
187
+ scipy==1.9.1
188
+ semantic-version==2.10.0
189
+ sentencepiece==0.1.99
190
+ sentry-sdk==1.29.2
191
+ setproctitle==1.3.2
192
+ six==1.16.0
193
+ smmap==5.0.0
194
  sniffio==1.3.0
195
+ soundfile==0.12.1
196
+ soupsieve==2.4.1
197
+ soxr==0.3.5
198
+ starlette==0.26.1
199
+ stt==1.3.0
200
+ sympy==1.12
201
+ tb-nightly==2.15.0a20230813
202
+ tensorboard==2.14.0
203
+ tensorboard-data-server==0.7.1
204
+ threadpoolctl==3.2.0
205
+ tifffile==2023.7.18
206
+ timm==0.6.7
207
+ tokenizers==0.13.3
208
+ tomesd==0.1.2
209
+ tomli==2.0.1
210
+ toolz @ file:///home/conda/feedstock_root/build_artifacts/toolz_1657485559105/work
211
+ torch==2.0.1
212
+ torchaudio==2.0.2
213
+ torchdiffeq==0.2.3
214
+ torchmetrics==1.0.3
215
+ torchsde==0.2.5
216
+ torchvision==0.15.2
217
+ tqdm @ file:///home/conda/feedstock_root/build_artifacts/tqdm_1691671248568/work
218
+ trainer==0.0.30
219
+ trampoline==0.1.2
220
+ transformers==4.25.1
221
+ triton==2.0.0
222
+ TTS==0.16.1
223
  typing_extensions==4.7.1
224
+ tzdata==2023.3
225
+ tzlocal==5.0.1
226
+ uc-micro-py==1.0.2
227
+ umap-learn==0.5.1
228
+ urllib3==1.26.16
229
+ uvicorn==0.23.2
230
+ wandb==0.15.8
231
+ wcwidth==0.2.6
232
+ websocket-client==1.6.1
233
+ websockets==11.0.3
234
+ Werkzeug==2.3.6
235
+ yapf==0.40.1
236
+ yarl==1.9.2
237
+ zipp==3.16.2
238
+ zstandard==0.19.0