avinashHuggingface108 commited on
Commit
153b8f6
·
1 Parent(s): fbfadd2

Add missing num2words dependency for SmolVLM processor

Browse files

- Add num2words>=0.5.0 to requirements.txt
- Fix Package num2words is required error
- Enable SmolVLM2 processor to work properly

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -15,6 +15,7 @@ imageio-ffmpeg>=0.4.9
15
  # Hugging Face Integration
16
  huggingface-hub>=0.20.0
17
  datasets>=2.16.0
 
18
 
19
  # Audio Processing
20
  openai-whisper>=20231117
 
15
  # Hugging Face Integration
16
  huggingface-hub>=0.20.0
17
  datasets>=2.16.0
18
+ num2words>=0.5.0
19
 
20
  # Audio Processing
21
  openai-whisper>=20231117