fosters commited on
Commit
4e24f4a
·
verified ·
1 Parent(s): 2db8c7a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -2
requirements.txt CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
1
  transformers
2
- torch
3
- gradio
 
 
 
 
 
1
+ # Core Gradio UI library
2
+ gradio
3
+
4
+ # Hugging Face libraries for optimized models
5
+ optimum
6
  transformers
7
+
8
+ # ONNX Runtime for high-performance inference on CPU
9
+ onnxruntime
10
+
11
+ # PyTorch is required by the underlying feature extractor
12
+ torch