Spaces:
Running
on
Zero
Running
on
Zero
requirement syntax
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
spaces
|
4 |
+
gradio
|
5 |
+
transformers
|
6 |
+
accelerate
|
7 |
+
pytest
|
8 |
+
loguru
|
9 |
+
python-dotenv
|
10 |
+
opencv-python
|
11 |
+
timm
|
12 |
+
pymupdf
|