JasonTPhillipsJr commited on
Commit
843e38a
·
verified ·
1 Parent(s): 60a8335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def processSpatialEntities(review, nlp):
138
  st.write("Geo-Entity Found in review: ", text)
139
 
140
  processed_embedding = torch.cat(token_embeddings, dim=0)
141
- st.write("processed embedding shape: " processed_embedding.shape)
142
  return processed_embedding
143
 
144
 
 
138
  st.write("Geo-Entity Found in review: ", text)
139
 
140
  processed_embedding = torch.cat(token_embeddings, dim=0)
141
+ st.write("processed embedding shape: ", processed_embedding.shape)
142
  return processed_embedding
143
 
144