Upload space_requirements.txt with huggingface_hub
Browse files- space_requirements.txt +5 -0
space_requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=1.9.0
|
2 |
+
transformers>=4.20.0
|
3 |
+
gradio>=3.40.1
|
4 |
+
huggingface_hub>=0.18.0
|
5 |
+
accelerate
|