Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
from IPython import display
|
6 |
import faiss
|
7 |
import torch
|
8 |
-
from transformers import
|
9 |
|
10 |
|
11 |
TITLE="""<h1 style="font-size: 64px;" align="center">Video Retrieval</h1>"""
|
|
|
5 |
from IPython import display
|
6 |
import faiss
|
7 |
import torch
|
8 |
+
from transformers import CLIPTokenizer, CLIPTextModelWithProjection
|
9 |
|
10 |
|
11 |
TITLE="""<h1 style="font-size: 64px;" align="center">Video Retrieval</h1>"""
|