Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,6 +61,16 @@ with gr.Blocks() as demo:
|
|
| 61 |
with gr.Column():
|
| 62 |
gr.Markdown("# KEEP")
|
| 63 |
gr.Markdown("## Kalman-Inspired Feature Propagation for Video Face Super-Resolution")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
with gr.Row():
|
| 65 |
with gr.Column():
|
| 66 |
input_video = gr.Video(label="Input Video")
|
|
|
|
| 61 |
with gr.Column():
|
| 62 |
gr.Markdown("# KEEP")
|
| 63 |
gr.Markdown("## Kalman-Inspired Feature Propagation for Video Face Super-Resolution")
|
| 64 |
+
gr.HTML("""
|
| 65 |
+
<div style="display:flex;column-gap:4px;">
|
| 66 |
+
<a href='https://jnjaby.github.io/projects/KEEP/'>
|
| 67 |
+
<img src='https://img.shields.io/badge/Project-Page-Green'>
|
| 68 |
+
</a>
|
| 69 |
+
<a href='https://arxiv.org/abs/2408.05205'>
|
| 70 |
+
<img src='https://img.shields.io/badge/Paper-Arxiv-red'>
|
| 71 |
+
</a>
|
| 72 |
+
</div>
|
| 73 |
+
""")
|
| 74 |
with gr.Row():
|
| 75 |
with gr.Column():
|
| 76 |
input_video = gr.Video(label="Input Video")
|