Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
gradio==5.23.2
|
3 |
+
torch>=2.0.0
|
4 |
+
transformers>=4.36.0
|
5 |
+
accelerate>=0.27.0
|
6 |
+
pydantic==2.10.6
|