cbensimon HF Staff commited on
Commit
77157e8
·
verified ·
1 Parent(s): 1377cba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -85,7 +85,8 @@ def generate(
85
  top_p,
86
  top_k,
87
  repetition_penalty,
88
- norm_loudness
 
89
  ):
90
  if seed_num != 0:
91
  set_seed(int(seed_num))
 
85
  top_p,
86
  top_k,
87
  repetition_penalty,
88
+ norm_loudness,
89
+ progress=gr.Progress(track_tqdm=True),
90
  ):
91
  if seed_num != 0:
92
  set_seed(int(seed_num))