CosmickVisions commited on
Commit
ebbd7e7
·
verified ·
1 Parent(s): cdbdbbb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- # Core dependencies
2
  gradio
3
  groq
4
  langchain-community
@@ -10,15 +10,15 @@ pillow
10
  python-dotenv
11
  requests
12
 
13
- # Machine Learning & Vision
14
  transformers
15
  torch
16
  numpy
17
 
18
- # Data Processing
19
  openpyxl
20
  pandas
21
 
22
- # Model Dependencies
23
  huggingface-hub
24
  safetensors
 
1
+
2
  gradio
3
  groq
4
  langchain-community
 
10
  python-dotenv
11
  requests
12
 
13
+
14
  transformers
15
  torch
16
  numpy
17
 
18
+
19
  openpyxl
20
  pandas
21
 
22
+
23
  huggingface-hub
24
  safetensors