Spaces:
Runtime error
Runtime error
modified: app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,7 @@ def infer(genre_txt_content, lyrics_txt_content, num_segments=2, max_new_tokens=
|
|
| 128 |
"--genre_txt", f"{genre_txt_path}",
|
| 129 |
"--lyrics_txt", f"{lyrics_txt_path}",
|
| 130 |
"--run_n_segments", f"{num_segments}",
|
| 131 |
-
"--stage2_batch_size", "4",
|
| 132 |
"--output_dir", f"{output_dir}",
|
| 133 |
"--cuda_idx", "0",
|
| 134 |
"--max_new_tokens", f"{max_new_tokens}",
|
|
|
|
| 128 |
"--genre_txt", f"{genre_txt_path}",
|
| 129 |
"--lyrics_txt", f"{lyrics_txt_path}",
|
| 130 |
"--run_n_segments", f"{num_segments}",
|
| 131 |
+
# "--stage2_batch_size", "4",
|
| 132 |
"--output_dir", f"{output_dir}",
|
| 133 |
"--cuda_idx", "0",
|
| 134 |
"--max_new_tokens", f"{max_new_tokens}",
|