Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
| 4 |
import streamlit as st
|
| 5 |
import torch
|
| 6 |
import pickle
|
|
|
|
| 7 |
import itertools
|
| 8 |
|
| 9 |
model_checkpoint = "vives/distilbert-base-uncased-finetuned-cvent-2019_2022"
|
|
|
|
| 4 |
import streamlit as st
|
| 5 |
import torch
|
| 6 |
import pickle
|
| 7 |
+
import numpy as np
|
| 8 |
import itertools
|
| 9 |
|
| 10 |
model_checkpoint = "vives/distilbert-base-uncased-finetuned-cvent-2019_2022"
|