Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.0
|
2 |
+
transformers==4.38.2
|
3 |
+
torchvision==0.17.0
|
4 |
+
pillow>=9.0.0
|
5 |
+
gradio==4.0.2
|
6 |
+
huggingface_hub>=0.29.0
|