Yaron Koresh commited on
Commit
e48959f
·
verified ·
1 Parent(s): 70f75dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ import jax.numpy as jnp
25
  last_motion=None
26
  fps=20
27
  time=3
28
- width=576
29
- height=1024
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=[]