Spaces:
Runtime error
Runtime error
Felix Konrad commited on
Commit ·
4bd55a6
1
Parent(s): e5e6c04
Added requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.30
|
| 2 |
+
torch
|
| 3 |
+
gradio>=3.40
|
| 4 |
+
Pillow
|
| 5 |
+
huggingface-hub>=0.13
|
| 6 |
+
matplotlib
|
| 7 |
+
seaborn
|
| 8 |
+
numpy
|
| 9 |
+
opencv-python
|