Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.16.0
|
2 |
+
torch>=1.13.1
|
3 |
+
transformers>=4.27.0
|
4 |
+
pylatexenc>=2.11
|
5 |
+
qwen_vl_utils>=0.0.1
|
6 |
+
bitsandbytes>=0.39.0
|
7 |
+
pandas>=1.5.0
|
8 |
+
Pillow>=9.0.0
|
9 |
+
tqdm>=4.64.0
|
10 |
+
matplotlib>=3.6.0
|