Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
-
gradio>=4.0
|
2 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
transformers>=4.35.0
|
3 |
+
torch>=2.1.0
|
4 |
+
accelerate>=0.24.0
|
5 |
+
python-dotenv>=1.0.0
|