update app.py
Browse files
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,
|