Kushwanth Chowday Kandala commited on
Commit
7ae62b3
·
unverified ·
1 Parent(s): 84df799

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ import torch
23
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
24
 
25
  if device != 'cuda':
26
- print(f"you are using {device}. This is much slower than using "
27
  "a CUDA-enabled GPU. If on colab you can chnage this by "
28
  "clicking Runtime > change runtime type > GPU.")
29
 
 
23
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
24
 
25
  if device != 'cuda':
26
+ st.title(f"you are using {device}. This is much slower than using "
27
  "a CUDA-enabled GPU. If on colab you can chnage this by "
28
  "clicking Runtime > change runtime type > GPU.")
29