Update app.py
Browse files
app.py
CHANGED
@@ -185,13 +185,13 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
185 |
# Blocks.
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
## Introduction
|
196 |
This is an official demo for the paper "[Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|
197 |
|
|
|
185 |
# Blocks.
|
186 |
gr.Markdown(
|
187 |
"""
|
188 |
+
<div class="badge-container">
|
189 |
+
[](https://qjizhi.github.io/genstereo)
|
190 |
+
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
191 |
+
[](https://github.com/Qjizhi/GenStereo)
|
192 |
+
[](https://huggingface.co/FQiao/GenStereo/tree/main)
|
193 |
+
[](https://arxiv.org/abs/2405.17251)
|
194 |
+
</div>
|
195 |
## Introduction
|
196 |
This is an official demo for the paper "[Towards Open-World Generation of Stereo Images and Unsupervised Matching](https://qjizhi.github.io/genstereo)". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|
197 |
|