armansakif commited on
Commit
091bc7c
1 Parent(s): 41a68b0

import torch

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import numpy as np
 
2
 
3
  if torch.cuda.is_available():
4
  device = torch.device("cuda")
 
1
  import numpy as np
2
+ import torch
3
 
4
  if torch.cuda.is_available():
5
  device = torch.device("cuda")