dbeck22 commited on
Commit
49375bb
·
1 Parent(s): 66ed5f7

requirements.txt added

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=3.0
2
+ huggingface-hub>=0.13.3
3
+ python-dotenv>=0.21.0
4
+ requests>=2.28.0
5
+ serpapi>=2.4.0
6
+ torch>=1.13.0
7
+ transformers>=4.28.0
8
+ pillow>=9.0.0
9
+ beautifulsoup4>=4.11.1
10
+ python-multipart>=0.0.5