Spaces:
Running on Zero
Running on Zero
track tqdm
Browse files- app_zero.py +1 -0
app_zero.py
CHANGED
|
@@ -327,6 +327,7 @@ def inference(
|
|
| 327 |
alpha,
|
| 328 |
cfg,
|
| 329 |
seed,
|
|
|
|
| 330 |
):
|
| 331 |
if seed == -1:
|
| 332 |
seed = 0
|
|
|
|
| 327 |
alpha,
|
| 328 |
cfg,
|
| 329 |
seed,
|
| 330 |
+
progress=gr.Progress(track_tqdm=True)
|
| 331 |
):
|
| 332 |
if seed == -1:
|
| 333 |
seed = 0
|