asigalov61 commited on
Commit
98ef25e
·
verified ·
1 Parent(s): 2389791

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def classify_GPU(input_data):
31
 
32
  SEQ_LEN = 1024
33
  PAD_IDX = 14627
34
- DEVICE = 'cuda' # 'cuda'
35
 
36
  # instantiate the model
37
 
 
31
 
32
  SEQ_LEN = 1024
33
  PAD_IDX = 14627
34
+ DEVICE = 'cpu' # 'cuda'
35
 
36
  # instantiate the model
37