sagawa commited on
Commit
64a445b
·
1 Parent(s): 4ff4495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ class CFG():
54
  num_workers=1
55
 
56
  if st.button('predict'):
57
- with st.spinner('Now processing. This process takes about 3 seconds per reaction.'):
58
 
59
 
60
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
 
54
  num_workers=1
55
 
56
  if st.button('predict'):
57
+ with st.spinner('Now processing. This process takes about 4 seconds per reaction.'):
58
 
59
 
60
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')