Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
-
torch==2.1.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
torch==2.1.0+cpu
|
| 3 |
+
torchvision==0.16.0+cpu
|
| 4 |
+
torchaudio==2.1.0+cpu
|
| 5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
transformers==4.35.2
|
| 7 |
+
scipy
|
| 8 |
+
pillow
|
| 9 |
+
gradio_client
|