Text-to-Audio
Inference Endpoints
hungchiayu commited on
Commit
e663715
·
verified ·
1 Parent(s): c5f59af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -67,12 +67,16 @@ Audio(data=audio, rate=44100)
67
  ```
68
  ## Citation
69
 
 
 
70
  ```bibtex
71
- @article{Hung2025TangoFlux,
72
- title = {TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization},
73
- author = {Chia-Yu Hung and Navonil Majumder and Zhifeng Kong and Ambuj Mehrish and Rafael Valle and Bryan Catanzaro and Soujanya Poria},
74
- year = {2025},
75
- url = {https://openreview.net/attachment?id=tpJPlFTyxd&name=pdf},
76
- note = {Available at OpenReview}
 
 
77
  }
78
  ```
 
67
  ```
68
  ## Citation
69
 
70
+ https://arxiv.org/abs/2412.21037
71
+
72
  ```bibtex
73
+ @misc{hung2024tangofluxsuperfastfaithful,
74
+ title={TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching and Clap-Ranked Preference Optimization},
75
+ author={Chia-Yu Hung and Navonil Majumder and Zhifeng Kong and Ambuj Mehrish and Rafael Valle and Bryan Catanzaro and Soujanya Poria},
76
+ year={2024},
77
+ eprint={2412.21037},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.SD},
80
+ url={https://arxiv.org/abs/2412.21037},
81
  }
82
  ```