lightmate commited on
Commit
83c393c
·
verified ·
1 Parent(s): 5db8377

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,13 +1,14 @@
1
- pandas
2
- requests
3
- torch
4
- transformers
5
- tqdm
6
- sentence-transformers
7
- faiss-cpu
8
- openai
9
- numpy
10
- python-dotenv
11
- newspaper3k
12
- gradio
 
13
  lxml[html_clean]
 
1
+ pandas
2
+ requests
3
+ torch
4
+ transformers
5
+ tqdm
6
+ sentence-transformers
7
+ faiss-cpu
8
+ openai
9
+ numpy
10
+ python-dotenv
11
+ newspaper3k
12
+ gradio
13
+ google-generativeai
14
  lxml[html_clean]