KingNish commited on
Commit
a57df53
·
1 Parent(s): 5c9769d

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}",