Spencer525 commited on
Commit
503d6c8
1 Parent(s): f9ea741

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ urllib3
2
+ gradio
3
+ pandas
4
+ langchain==0.0.208
5
+ langchain-core==0.0.208
6
+ langchain-community==0.0.20
7
+ langchain_google_genai==0.0.4
8
+ pypdf
9
+ torch
10
+ transformers
11
+ accelerate
12
+ Pillow