MODLI commited on
Commit
0cbdad1
·
verified ·
1 Parent(s): 2cd9e6d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- pillow==10.1.0
4
- torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
5
- transformers==4.35.0
6
- requests==2.31.0
7
- python-multipart==0.0.6
8
- gradio_client==0.9.0
9
- huggingface_hub==0.22.2 # Version compatible avec tous
10
- tokenizers==0.15.0 # Version plus récente
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ pillow>=10.1.0
4
+ torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
5
+ transformers>=4.35.0
6
+ requests>=2.31.0
7
+ python-multipart>=0.0.6