Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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))
|