fffiloni commited on
Commit
bf33084
·
verified ·
1 Parent(s): efd1175

add hf paper link

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -260,6 +260,9 @@ with gr.Blocks(css=css) as demo:
260
  <a href='https://arxiv.org/abs/2406.19680'>
261
  <img src='https://img.shields.io/badge/Paper-Arxiv-red'>
262
  </a>
 
 
 
263
  </div>
264
  """)
265
  with gr.Row():
 
260
  <a href='https://arxiv.org/abs/2406.19680'>
261
  <img src='https://img.shields.io/badge/Paper-Arxiv-red'>
262
  </a>
263
+ <a href='https://huggingface.co/papers/2406.19680'>
264
+ <img src='https://img.shields.io/badge/HuggingFace-Paper-orange'>
265
+ </a>
266
  </div>
267
  """)
268
  with gr.Row():