Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ MUBERT_TOKEN = os.environ.get('MUBERT_TOKEN')
|
|
20 |
img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
21 |
|
22 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
23 |
-
from utils import get_tags_for_prompts,
|
24 |
minilm = SentenceTransformer('all-MiniLM-L6-v2')
|
25 |
mubert_tags_embeddings = get_mubert_tags_embeddings(minilm)
|
26 |
|
|
|
20 |
img_to_text = gr.Blocks.load(name="spaces/fffiloni/CLIP-Interrogator-2")
|
21 |
|
22 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
23 |
+
from utils import get_tags_for_prompts, get_mubert_tags_embeddings
|
24 |
minilm = SentenceTransformer('all-MiniLM-L6-v2')
|
25 |
mubert_tags_embeddings = get_mubert_tags_embeddings(minilm)
|
26 |
|