Spaces:
Runtime error
Runtime error
Add requirements
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.23.3
|
| 2 |
+
pillow==9.2.0
|
| 3 |
+
matplotlib==3.6.1
|
| 4 |
+
torch==1.12.1
|
| 5 |
+
transformers==4.22.2
|