Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
6 |
from gliner import GLiNER
|
7 |
import plotly.express as px
|
8 |
import time
|
|
|
9 |
|
10 |
|
11 |
with st.sidebar:
|
|
|
6 |
from gliner import GLiNER
|
7 |
import plotly.express as px
|
8 |
import time
|
9 |
+
import numpy as np
|
10 |
|
11 |
|
12 |
with st.sidebar:
|