Spaces:
Running
Running
update
Browse files
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 |
|