Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.6.0
|
| 2 |
+
pydantic==2.10.6
|
| 3 |
+
torch
|
| 4 |
+
torchvision
|
| 5 |
+
transformers
|
| 6 |
+
open_clip_torch
|
| 7 |
+
pillow
|
| 8 |
+
huggingface_hub
|
| 9 |
+
scipy
|
| 10 |
+
regex
|
| 11 |
+
ftfy
|
| 12 |
+
sacremoses
|
| 13 |
+
sentencepiece
|
| 14 |
+
IndicTransToolkit
|
| 15 |
+
wget
|