fffiloni commited on
Commit
01fd7bd
·
verified ·
1 Parent(s): 07a867d

track tqdm

Browse files
Files changed (1) hide show
  1. 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