jayasuriyaK commited on
Commit
51fd191
·
verified ·
1 Parent(s): a3d65e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- from PIL import Image, ImageOps
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):