Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ import jax.numpy as jnp
|
|
24 |
|
25 |
last_motion=None
|
26 |
fps=15
|
27 |
-
time=
|
28 |
-
width=
|
29 |
-
height=
|
30 |
device = "cuda"
|
31 |
dtype = torch.float16
|
32 |
result=[]
|
|
|
24 |
|
25 |
last_motion=None
|
26 |
fps=15
|
27 |
+
time=2
|
28 |
+
width=896
|
29 |
+
height=896
|
30 |
device = "cuda"
|
31 |
dtype = torch.float16
|
32 |
result=[]
|