Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
def70f0
1
Parent(s):
45697cc
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,26 @@ 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>Claped-Ranked Preference Optimization (CRPO)</b>.
|
53 |
<br/><br/> <a href="https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf">Read our paper.</a>
|
54 |
<p/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
"""
|
56 |
# Gradio input and output components
|
57 |
input_text = gr.Textbox(lines=2, label="Prompt")
|
|
|
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>Claped-Ranked Preference Optimization (CRPO)</b>.
|
53 |
<br/><br/> <a href="https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf">Read our paper.</a>
|
54 |
<p/>
|
55 |
+
<div>
|
56 |
+
<a href="https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf">
|
57 |
+
<img src="https://img.shields.io/badge/Read_the_Paper-blue?link=https%3A%2F%2Fopenreview.net%2Fattachment%3Fid%3DtpJPlFTyxd%26name%3Dpdf" alt="arXiv">
|
58 |
+
</a>
|
59 |
+
<a href="https://huggingface.co/declare-lab/TangoFlux">
|
60 |
+
<img src="https://img.shields.io/badge/TangoFlux-Huggingface-violet?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
|
61 |
+
</a>
|
62 |
+
<a href="https://tangoflux.github.io/">
|
63 |
+
<img src="https://img.shields.io/badge/Demos-declare--lab-brightred?style=flat" alt="Static Badge">
|
64 |
+
</a>
|
65 |
+
<a href="https://huggingface.co/spaces/declare-lab/TangoFlux">
|
66 |
+
<img src="https://img.shields.io/badge/TangoFlux-Huggingface_Space-8A2BE2?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fspaces%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
|
67 |
+
</a>
|
68 |
+
<a href="https://huggingface.co/datasets/declare-lab/CRPO">
|
69 |
+
<img src="https://img.shields.io/badge/TangoFlux_Dataset-Huggingface-red?logo=huggingface&link=https%3A%2F%2Fhuggingface.co%2Fdatasets%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
|
70 |
+
</a>
|
71 |
+
<a href="https://github.com/declare-lab/TangoFlux">
|
72 |
+
<img src="https://img.shields.io/badge/Github-brown?logo=github&link=https%3A%2F%2Fgithub.com%2Fdeclare-lab%2FTangoFlux" alt="Static Badge">
|
73 |
+
</a>
|
74 |
+
</div>
|
75 |
"""
|
76 |
# Gradio input and output components
|
77 |
input_text = gr.Textbox(lines=2, label="Prompt")
|