Yuanshi commited on
Commit
cd7f231
·
verified ·
1 Parent(s): 43bbd45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -9
app.py CHANGED
@@ -107,15 +107,13 @@ css = """
107
  """
108
 
109
  head = """> ***U*ltra-*R*esolution *A*daptation with *E*ase**
110
- > <br>
111
- > [Ruonan Yu*](https://scholar.google.com/citations?user=UHP95egAAAAJ&hl=en),
112
- > [Songhua Liu*](http://121.37.94.87/),
113
- > [Zhenxiong Tan](https://scholar.google.com/citations?user=HP9Be6UAAAAJ&hl=en),
114
- > and
115
- > [Xinchao Wang](https://sites.google.com/site/sitexinchaowang/)
116
- > <br>
117
- > [xML Lab](https://sites.google.com/view/xml-nus), National University of Singapore
118
- > <br>
119
  """
120
 
121
  with gr.Blocks(css=css) as demo:
 
107
  """
108
 
109
  head = """> ***U*ltra-*R*esolution *A*daptation with *E*ase**
110
+
111
+ <div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
112
+ <a href="https://arxiv.org/abs/2503.16322"><img src="https://img.shields.io/badge/arXiv-2503.16322-A42C25.svg" alt="arXiv"></a>
113
+ <a href="https://huggingface.co/Huage001/URAE"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace"></a>
114
+ <a href="https://huggingface.co/spaces/Yuanshi/URAE"><img src="https://img.shields.io/badge/🤗_HuggingFace-Space-ffbd45.svg" alt="HuggingFace"></a>
115
+ <a href="https://huggingface.co/spaces/Yuanshi/URAE_dev"><img src="https://img.shields.io/badge/🤗_HuggingFace-Space-ffbd45.svg" alt="HuggingFace"></a>
116
+ </div>
 
 
117
  """
118
 
119
  with gr.Blocks(css=css) as demo: