Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
-
|
2 |
huggingface_hub==0.20.1
|
3 |
-
# Speech Recognition (for voice input)
|
4 |
SpeechRecognition==3.10.0
|
5 |
-
|
6 |
-
# EasyOCR (for optical character recognition)
|
7 |
easyocr==1.7.1
|
8 |
-
|
9 |
-
# Pillow (for image processing)
|
10 |
Pillow==10.1.0
|
11 |
-
|
12 |
-
# PyTorch (CPU version - for EasyOCR dependency)
|
13 |
torch==2.1.2
|
14 |
torchvision==0.16.2
|
15 |
torchaudio==2.1.2
|
|
|
1 |
+
|
2 |
huggingface_hub==0.20.1
|
|
|
3 |
SpeechRecognition==3.10.0
|
|
|
|
|
4 |
easyocr==1.7.1
|
|
|
|
|
5 |
Pillow==10.1.0
|
|
|
|
|
6 |
torch==2.1.2
|
7 |
torchvision==0.16.2
|
8 |
torchaudio==2.1.2
|