Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
gradio
|
2 |
pyyaml
|
3 |
-
transformers
|
4 |
requests
|
5 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==5.39.0
|
2 |
pyyaml
|
|
|
3 |
requests
|
4 |
+
transformers
|
5 |
+
python-dotenv
|
6 |
+
torch==2.1.2+cpu
|
7 |
+
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|