Spaces:
Running
on
Zero
Running
on
Zero
hollownight
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,8 @@ def gradio_generate(prompt, steps, guidance,duration=10):
|
|
49 |
#return output_filename
|
50 |
|
51 |
description_text = """
|
|
|
|
|
52 |
Generate high quality and faithful audio in just a few seconds using <b>TangoFlux</b> by providing a text prompt. <b>TangoFlux</b> was trained from scratch and underwent alignment to follow human instructions using a new method called <b>CLAP-Ranked Preference Optimization (CRPO)</b>.
|
53 |
<div style="display: flex; gap: 10px; align-items: center;">
|
54 |
<a href="https://arxiv.org/abs/2412.21037">
|
@@ -85,9 +87,7 @@ gr_interface = gr.Interface(
|
|
85 |
fn=gradio_generate,
|
86 |
inputs=[input_text, denoising_steps, guidance_scale,duration_scale],
|
87 |
outputs=output_audio,
|
88 |
-
title=
|
89 |
-
|
90 |
-
* Powered by **Stability AI**''',
|
91 |
description=description_text,
|
92 |
allow_flagging=False,
|
93 |
examples=[
|
|
|
49 |
#return output_filename
|
50 |
|
51 |
description_text = """
|
52 |
+
* Powered by **Stability AI**
|
53 |
+
|
54 |
Generate high quality and faithful audio in just a few seconds using <b>TangoFlux</b> by providing a text prompt. <b>TangoFlux</b> was trained from scratch and underwent alignment to follow human instructions using a new method called <b>CLAP-Ranked Preference Optimization (CRPO)</b>.
|
55 |
<div style="display: flex; gap: 10px; align-items: center;">
|
56 |
<a href="https://arxiv.org/abs/2412.21037">
|
|
|
87 |
fn=gradio_generate,
|
88 |
inputs=[input_text, denoising_steps, guidance_scale,duration_scale],
|
89 |
outputs=output_audio,
|
90 |
+
title="TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization",
|
|
|
|
|
91 |
description=description_text,
|
92 |
allow_flagging=False,
|
93 |
examples=[
|