junxiliu commited on
Commit
0f2d92b
·
1 Parent(s): 9934d56

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -193,7 +193,8 @@ def generate_audio_gradio(
193
  log.info("Using FlowMatching for generation.")
194
  generation_func = generate_fm
195
  sampler_arg_name = "fm"
196
-
 
197
  audios = generation_func(
198
  [prompt]*NUM_SAMPLE,
199
  negative_text=[negative_prompt]*NUM_SAMPLE,
 
193
  log.info("Using FlowMatching for generation.")
194
  generation_func = generate_fm
195
  sampler_arg_name = "fm"
196
+ all_audios=[]
197
+ all_scores=[]
198
  audios = generation_func(
199
  [prompt]*NUM_SAMPLE,
200
  negative_text=[negative_prompt]*NUM_SAMPLE,