Spaces:
Running
on
Zero
Running
on
Zero
p3nguknight
commited on
Commit
·
83580ca
1
Parent(s):
18fd83d
Fix typo
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pathlib
|
|
4 |
import gradio as gr
|
5 |
import spaces
|
6 |
import torch
|
7 |
-
from
|
8 |
from mistral_common.protocol.instruct.messages import (
|
9 |
ImageURLChunk,
|
10 |
TextChunk,
|
|
|
4 |
import gradio as gr
|
5 |
import spaces
|
6 |
import torch
|
7 |
+
from colpali_engine.models import ColQwen2, ColQwen2Processor
|
8 |
from mistral_common.protocol.instruct.messages import (
|
9 |
ImageURLChunk,
|
10 |
TextChunk,
|