ZoyaRabail commited on
Commit
b782e2c
·
verified ·
1 Parent(s): 8a072ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -1
requirements.txt CHANGED
@@ -1 +1,16 @@
1
- gradio==5.45.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Common
2
+ gradio
3
+ transformers
4
+ torch
5
+ sentencepiece
6
+ requests
7
+ langdetect
8
+
9
+ # Edge TTS + audio
10
+ edge_tts==7.2.0
11
+ pydub==0.25.1
12
+
13
+ # Pin optional specific version to avoid conflicts
14
+ gradio==5.0.0
15
+
16
+