kaifz commited on
Commit
b05869c
1 Parent(s): 357e946
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ class DynamicsVisualizer:
10
  def __init__(self):
11
  device = torch.device("cpu")
12
  self.device = device
 
13
  self.width = 640
14
  self.height = 480
15
 
 
10
  def __init__(self):
11
  device = torch.device("cpu")
12
  self.device = device
13
+
14
  self.width = 640
15
  self.height = 480
16