kaushalya commited on
Commit
e4c605c
1 Parent(s): cd5a75a

Update requirements

Browse files

Fix issue in loading the app.

Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- flax==0.3.4
2
- huggingface-hub==0.0.12
3
- jax==0.2.17
4
- streamlit==0.84.1
5
- torch==1.9.0
6
- torchvision==0.10.0
7
- pandas==1.3.0
8
- matplotlib>=3.4.0
9
- transformers==4.8.2
10
- watchdog==2.1.3
11
- tables==3.6.1
 
1
+ flax
2
+ huggingface-hub
3
+ jax
4
+ streamlit
5
+ torch
6
+ torchvision
7
+ pandas
8
+ matplotlib
9
+ transformers
10
+ watchdog
11
+ tables