EmRa228 commited on
Commit
6e7eeda
·
verified ·
1 Parent(s): e4097c6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio>=3.0
2
- transformers>=4.38.2
3
- edge-tts>=6.1.12
4
- torch>=2.2.1
 
 
1
+ gradio==5.29.0 # Latest Gradio release as of May 2, 2025 :contentReference[oaicite:0]{index=0}
2
+ transformers>=4.38.2 # For Whisper and GPT-2 pipelines
3
+ edge-tts>=6.1.12 # Async TTS backend
4
+ torch>=2.2.1 # Backend for Transformer models
5
+ numpy # For array handling