curiouscurrent commited on
Commit
368e3a3
·
verified ·
1 Parent(s): 5a13526

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  langchain
2
  gradio
3
- transformers==4.29.0
4
  accelerate
5
  tensorflow>=2.0
6
  torch
7
  flax
 
8
 
9
 
10
 
 
1
  langchain
2
  gradio
3
+ transformers
4
  accelerate
5
  tensorflow>=2.0
6
  torch
7
  flax
8
+ flask
9
 
10
 
11