Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
transformers==4.35.0
|
3 |
+
torch>=2.0.0
|
4 |
+
pillow>=9.0.0
|
5 |
+
numpy>=1.20.0
|
6 |
+
opencv-python>=4.5.0
|