Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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,
|