Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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')
|