Andy1621 commited on
Commit
30963b7
·
1 Parent(s): a2051a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ label = gr.outputs.Label(num_top_classes=5)
92
 
93
  title = "UniFormer-S"
94
  description = "Gradio demo for UniFormer: To use it, simply upload your video, or click one of the examples to load them. Read more at the links below."
95
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.09450' target='_blank'>UniFormer: Unifying Convolution and Self-attention for Visual Recognition</a> | <a href='https://github.com/Sense-X/UniFormer' target='_blank'>Github Repo</a></p>"
96
 
97
  gr.Interface(
98
  inference, inputs, outputs=label,
 
92
 
93
  title = "UniFormer-S"
94
  description = "Gradio demo for UniFormer: To use it, simply upload your video, or click one of the examples to load them. Read more at the links below."
95
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.04676' target='_blank'>[ICLR2022] UniFormer: Unified Transformer for Efficient Spatiotemporal Representation Learning</a> | <a href='https://github.com/Sense-X/UniFormer' target='_blank'>Github Repo</a></p>"
96
 
97
  gr.Interface(
98
  inference, inputs, outputs=label,