hitz02 commited on
Commit
b224783
·
1 Parent(s): debd322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -77,6 +77,8 @@ def main():
77
 
78
  device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
79
 
 
 
80
  embeddings = load_prep_data()
81
 
82
  model = build_sent_trans_model()
 
77
 
78
  device = torch.device('cuda:0' if torch.cuda.is_available() else 'cpu')
79
 
80
+ st.info('Using device type: {}'.format(device))
81
+
82
  embeddings = load_prep_data()
83
 
84
  model = build_sent_trans_model()