ngaggion commited on
Commit
00dca0e
·
1 Parent(s): e9256f0

Update app

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -53,6 +53,8 @@ def drawOnTop(img, landmarks):
53
 
54
 
55
  def loadModel(device):
 
 
56
  A, AD, D, U = genMatrixesLungsHeart()
57
  N1 = A.shape[0]
58
  N2 = AD.shape[0]
 
53
 
54
 
55
  def loadModel(device):
56
+ global device
57
+
58
  A, AD, D, U = genMatrixesLungsHeart()
59
  N1 = A.shape[0]
60
  N2 = AD.shape[0]