Canstralian commited on
Commit
258b9a2
·
verified ·
1 Parent(s): c6435fc

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -6
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- gradio
2
- huggingface_hub
3
- flake8
4
- transformers
5
- datasets
6
- autopep8
 
 
 
 
 
1
+ fastapi==0.95.2
2
+ uvicorn==0.22.0
3
+ transformers==4.30.0
4
+ torch==2.1.0
5
+ pydantic==1.10.10
6
+ gradio==3.32.0
7
+ datasets==2.13.1
8
+ huggingface_hub==0.16.4
9
+ flake8==6.0.0
10
+ autopep8==2.0.2