Futuretop commited on
Commit
9876926
Β·
verified Β·
1 Parent(s): cdf1664

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ subprocess.run(
11
  check=True
12
  )
13
 
14
- device = torch.device("cuda" if torch.cuda.is_available() else "CPU")
15
 
16
  config = AutoConfig.from_pretrained(model_id, trust_remote_code=True)
17
 
 
11
  check=True
12
  )
13
 
14
+ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
15
 
16
  config = AutoConfig.from_pretrained(model_id, trust_remote_code=True)
17