Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8a26b9c
1
Parent(s):
e079314
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,8 @@ def edit_with_pnp(input_video,
|
|
| 161 |
n_timesteps: int = 50,
|
| 162 |
gudiance_scale: float = 7.5,
|
| 163 |
inversion_prompt: str = "", #needs to be the same as for preprocess
|
| 164 |
-
n_fps: int = 10
|
|
|
|
| 165 |
):
|
| 166 |
config = {}
|
| 167 |
|
|
|
|
| 161 |
n_timesteps: int = 50,
|
| 162 |
gudiance_scale: float = 7.5,
|
| 163 |
inversion_prompt: str = "", #needs to be the same as for preprocess
|
| 164 |
+
n_fps: int = 10,
|
| 165 |
+
progress=gr.Progress(track_tqdm=True)
|
| 166 |
):
|
| 167 |
config = {}
|
| 168 |
|