Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
transformers>=4.30.0
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
accelerate
|
6 |
-
huggingface_hub
|
|
|
1 |
transformers>=4.30.0
|
2 |
+
torch>=2.0.0
|
3 |
+
gradio>=3.39.0
|
4 |
+
Pillow>=9.0.0
|
|
|
|