add paper link
Browse files
app.py
CHANGED
|
@@ -210,7 +210,7 @@ seed = gr.Slider(minimum=1, maximum=10000, value=123, step=1, label="Seed", inte
|
|
| 210 |
|
| 211 |
description_text = """
|
| 212 |
### **Resonate** is a novel text-to-audio generation model.
|
| 213 |
-
### [π **Arxiv**](
|
| 214 |
"""
|
| 215 |
|
| 216 |
gr_interface = gr.Interface(
|
|
|
|
| 210 |
|
| 211 |
description_text = """
|
| 212 |
### **Resonate** is a novel text-to-audio generation model.
|
| 213 |
+
### [π **Arxiv**](https://arxiv.org/abs/2603.11661) | [π» **GitHub**](https://github.com/xiquan-li/Resonate) | [π€ **Model**](https://huggingface.co/AndreasXi/resonate) | [π **Project Page**](https://resonatedemo.github.io/)
|
| 214 |
"""
|
| 215 |
|
| 216 |
gr_interface = gr.Interface(
|