Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.3.1
|
2 |
+
transformers==4.44.2
|
3 |
+
opencv-python
|
4 |
+
pillow
|
5 |
+
numpy
|
6 |
+
gradio
|