Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.43.2
|
2 |
+
google-auth>=2.0.0
|
3 |
+
google-api-python-client>=2.0.0
|
4 |
+
gradio>=3.50.0
|
5 |
+
torch>=2.0.0
|
6 |
+
accelerate>=0.20.0
|
7 |
+
huggingface_hub>=0.16.0
|