B-K commited on
Commit
f77942d
·
verified ·
1 Parent(s): ccae91e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -1
requirements.txt CHANGED
@@ -1 +1,12 @@
1
- huggingface_hub==0.25.2
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core ML and Web Interface Libraries
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
+ torchaudio>=2.0.0
5
+ transformers>=4.30.0
6
+ gradio>=4.0.0
7
+
8
+ # Common dependencies
9
+ numpy>=1.21.0
10
+ pillow>=9.0.0
11
+ requests>=2.28.0
12
+ huggingface-hub>=0.16.0