Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
gradio==3.50.2
|
| 2 |
transformers==4.38.2
|
| 3 |
-
torch
|
|
|
|
|
|
|
|
|
| 1 |
gradio==3.50.2
|
| 2 |
transformers==4.38.2
|
| 3 |
+
torch==2.0.1+cpu --index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
numpy
|
| 5 |
+
gtts
|