update web
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ variant = gr.Dropdown(label="Model Variant", choices=list(all_model_cfg.keys()),
|
|
179 |
|
180 |
gr_interface = gr.Interface(
|
181 |
fn=generate_audio_gradio,
|
182 |
-
inputs=[input_text,
|
183 |
outputs=["text", "audio"],
|
184 |
title="TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization",
|
185 |
description="",
|
|
|
179 |
|
180 |
gr_interface = gr.Interface(
|
181 |
fn=generate_audio_gradio,
|
182 |
+
inputs=[input_text, '', duration, cfg_strength, denoising_steps, seed, variant],
|
183 |
outputs=["text", "audio"],
|
184 |
title="TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization",
|
185 |
description="",
|