woshixuhao commited on
Commit
fb4cfa0
·
1 Parent(s): 7980d1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def parse_args():
81
 
82
 
83
  config = parser.parse_args()
84
- config.device = 'cuda' if torch.cuda.is_available() else 'cpu'
85
  return config
86
 
87
  class ANN(nn.Module):
 
81
 
82
 
83
  config = parser.parse_args()
84
+ config.device = 'cpu'
85
  return config
86
 
87
  class ANN(nn.Module):