update web
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ gr_interface = gr.Interface(
|
|
| 178 |
fn=generate_audio_gradio,
|
| 179 |
inputs=[input_text, duration, cfg_strength, denoising_steps, seed, variant],
|
| 180 |
outputs=["text", "audio"],
|
| 181 |
-
title="
|
| 182 |
description="",
|
| 183 |
allow_flagging=False,
|
| 184 |
examples=[
|
|
|
|
| 178 |
fn=generate_audio_gradio,
|
| 179 |
inputs=[input_text, duration, cfg_strength, denoising_steps, seed, variant],
|
| 180 |
outputs=["text", "audio"],
|
| 181 |
+
title="MeanAudio: Fast and Faithful Text-to-Audio Generation with Mean Flows",
|
| 182 |
description="",
|
| 183 |
allow_flagging=False,
|
| 184 |
examples=[
|