Spaces:
Running
on
Zero
Running
on
Zero
p3nguknight
commited on
Commit
•
52dd28d
1
Parent(s):
83580ca
Fix deps
Browse files- README.md +1 -1
- requirements.txt +2 -1
README.md
CHANGED
@@ -10,7 +10,7 @@ app_file: app.py
|
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
models:
|
13 |
-
- vidore
|
14 |
- vidore/colqwen2-v0.1
|
15 |
- mistral-community/pixtral-12b-240910
|
16 |
preload_from_hub:
|
|
|
10 |
pinned: false
|
11 |
license: apache-2.0
|
12 |
models:
|
13 |
+
- vidore/colqwen2-base
|
14 |
- vidore/colqwen2-v0.1
|
15 |
- mistral-community/pixtral-12b-240910
|
16 |
preload_from_hub:
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ huggingface_hub==0.25.0
|
|
4 |
pdf2image==1.17.0
|
5 |
spaces==0.30.2
|
6 |
colpali_engine==0.3.1
|
7 |
-
mistral_inference==1.4.0
|
|
|
|
4 |
pdf2image==1.17.0
|
5 |
spaces==0.30.2
|
6 |
colpali_engine==0.3.1
|
7 |
+
mistral_inference==1.4.0
|
8 |
+
mistral_common[opencv]==1.4.4
|