Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,12 +197,12 @@ def main():
|
|
| 197 |
global base
|
| 198 |
|
| 199 |
last_motion=None
|
| 200 |
-
fps=
|
| 201 |
time=5
|
| 202 |
device = "cuda"
|
| 203 |
dtype = torch.float16
|
| 204 |
result=[]
|
| 205 |
-
step =
|
| 206 |
|
| 207 |
progress=gr.Progress()
|
| 208 |
|
|
|
|
| 197 |
global base
|
| 198 |
|
| 199 |
last_motion=None
|
| 200 |
+
fps=15
|
| 201 |
time=5
|
| 202 |
device = "cuda"
|
| 203 |
dtype = torch.float16
|
| 204 |
result=[]
|
| 205 |
+
step = 2
|
| 206 |
|
| 207 |
progress=gr.Progress()
|
| 208 |
|