ganemmah commited on
Commit
f01724a
·
verified ·
1 Parent(s): 918a4cf

Small Changes

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -8,6 +8,11 @@ joblib
8
  tabulate
9
  jupyter
10
 
 
 
 
 
 
11
  # Application
12
  gradio==5.49.1
13
  openai>=1.0.0
 
8
  tabulate
9
  jupyter
10
 
11
+ # Deep learning (CNN vision mode — EfficientNet B0 feature extractor)
12
+ torch
13
+ torchvision
14
+ pillow
15
+
16
  # Application
17
  gradio==5.49.1
18
  openai>=1.0.0