Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import pandas as pd, numpy as np
|
|
5 |
from transformers import CLIPProcessor, CLIPModel
|
6 |
from st_clickable_images import clickable_images
|
7 |
|
8 |
-
|
9 |
@st.cache(
|
10 |
show_spinner=False,
|
11 |
hash_funcs={
|
|
|
5 |
from transformers import CLIPProcessor, CLIPModel
|
6 |
from st_clickable_images import clickable_images
|
7 |
|
|
|
8 |
@st.cache(
|
9 |
show_spinner=False,
|
10 |
hash_funcs={
|