GiantPandas commited on
Commit
8b3b4fa
·
verified ·
1 Parent(s): 16dedd7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ gradio-pdf>=0.0.11
3
+ pdf2image>=1.16.3
4
+ pillow>=10.0.0
5
+ numpy>=1.24.0
6
+ openai>=1.0.0
7
+ loguru>=0.7.0
8
+ tqdm>=4.66.0
9
+ requests>=2.31.0
10
+ PyMuPDF>=1.23.0