nixaut-codelabs commited on
Commit
5e6ddfd
·
verified ·
1 Parent(s): cb79076

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -4
requirements.txt CHANGED
@@ -1,9 +1,16 @@
1
- flask
 
2
  torch
3
  transformers
4
- detoxify
5
  python-dotenv
6
- requests
 
 
7
  pillow
 
8
  numpy
9
- tiktoken
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
  torch
4
  transformers
5
+ huggingface-hub
6
  python-dotenv
7
+ pydantic
8
+ detoxify
9
+ tensorflow
10
  pillow
11
+ requests
12
  numpy
13
+ tiktoken
14
+ jinja2
15
+ aiofiles
16
+ python-multipart