Spaces:
Running
Running
Update backend/recommendation/recommender.py
Browse files
backend/recommendation/recommender.py
CHANGED
@@ -8,6 +8,7 @@ import gradio as gr
|
|
8 |
import re
|
9 |
import emoji
|
10 |
from ..prompts.prompt_templates import PromptTemplates
|
|
|
11 |
|
12 |
class ImageRecommender:
|
13 |
def __init__(self, config):
|
|
|
8 |
import re
|
9 |
import emoji
|
10 |
from ..prompts.prompt_templates import PromptTemplates
|
11 |
+
import faiss
|
12 |
|
13 |
class ImageRecommender:
|
14 |
def __init__(self, config):
|