xizaoqu
commited on
Commit
·
2f053d2
1
Parent(s):
d932839
update
Browse files
app.py
CHANGED
@@ -179,6 +179,7 @@ def run(cfg: DictConfig):
|
|
179 |
first_pose,
|
180 |
curr_frame,
|
181 |
device=device)
|
|
|
182 |
return new_frame
|
183 |
|
184 |
def set_denoising_steps(denoising_steps, sampling_timesteps_state):
|
|
|
179 |
first_pose,
|
180 |
curr_frame,
|
181 |
device=device)
|
182 |
+
print("run????")
|
183 |
return new_frame
|
184 |
|
185 |
def set_denoising_steps(denoising_steps, sampling_timesteps_state):
|