Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.4.1
|
| 2 |
+
gradio_client==0.7.0
|
| 3 |
+
torch==2.1.0
|
| 4 |
+
torchaudio==2.1.0
|
| 5 |
+
torchdata==0.7.0
|
| 6 |
+
torchsummary==1.5.1
|
| 7 |
+
torchtext==0.16.0
|
| 8 |
+
torchvision==0.16.0
|
| 9 |
+
transformers==4.35.2
|