AndreasXi commited on
Commit
42e6049
Β·
1 Parent(s): 69a08a1

add paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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**](#) | [πŸ’» **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(
 
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(