Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio==4.16.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.36.0
|
4 |
+
huggingface-hub>=0.20.1
|
5 |
+
python-dotenv>=1.0.0
|
6 |
+
accelerate>=0.25.0
|