Keeby-smilyai commited on
Commit
c8c7b0e
·
verified ·
1 Parent(s): 44a54f8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ transformers>=4.30.0
3
+ torch>=2.0.0
4
+ yt-dlp>=2024.4.9
5
+ pytest>=7.4.0
6
+ flake8>=6.0.0
7
+ requests>=2.31.0
8
+ python-dotenv>=1.0.0
9
+ psutil>=5.9.0