Spaces:
Running
Running
UniquePratham
commited on
Commit
•
dde1860
1
Parent(s):
c3906f7
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
tiktoken
|
6 |
-
verovio
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
markdown
|
14 |
shutils
|
|
|
1 |
+
transformers==4.45.0
|
2 |
+
streamlit==1.30.0
|
3 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
4 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|
5 |
+
tiktoken
|
6 |
+
verovio
|
7 |
+
accelerate==0.28.0
|
8 |
+
Pillow==10.3.0
|
9 |
+
opencv-python
|
10 |
+
cairosvg
|
11 |
+
numpy==1.26.4
|
12 |
+
loadimg
|
13 |
+
markdown
|
14 |
shutils
|