Spaces:
Runtime error
Runtime error
Update Requirements.txt
Browse filesThis version adds torch and corrects the gradio version to a recent, stable one.
- Requirements.txt +6 -5
Requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio==
|
2 |
-
huggingface-hub>=0.16.4
|
3 |
-
transformers>=4.34.0
|
4 |
-
safetensors>=0.3.0
|
5 |
-
accelerate>=0.20.3
|
|
|
|
1 |
+
gradio==4.31.0
|
2 |
+
huggingface-hub>=0.16.4
|
3 |
+
transformers>=4.34.0
|
4 |
+
safetensors>=0.3.0
|
5 |
+
accelerate>=0.20.3
|
6 |
+
torch
|