Spaces:
Runtime error
Runtime error
Create requirements.txt
#1
by
mcturbo1818
- opened
- requirements.txt +4 -10
requirements.txt
CHANGED
@@ -1,10 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
sentence-transformers==2.2.2
|
6 |
-
auto-gptq==0.2.2
|
7 |
-
einops==0.6.1
|
8 |
-
unstructured==0.8.0
|
9 |
-
transformers==4.30.2
|
10 |
-
torch==2.0.1
|
|
|
1 |
+
gradio>=4.0
|
2 |
+
numpy>=1.24
|
3 |
+
matplotlib>=3.7
|
4 |
+
pillow>=9.5
|
|
|
|
|
|
|
|
|
|
|
|