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