Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ model_2 = BertForSequenceClassification.from_pretrained("CustomModel")
|
|
10 |
|
11 |
model_2.to('cpu')
|
12 |
import streamlit as st
|
13 |
-
|
14 |
def get_distance(predictions):
|
15 |
"""
|
16 |
Function returns dictionary with (key,value):
|
|
|
10 |
|
11 |
model_2.to('cpu')
|
12 |
import streamlit as st
|
13 |
+
|
14 |
def get_distance(predictions):
|
15 |
"""
|
16 |
Function returns dictionary with (key,value):
|