Update app.py
Browse files
app.py
CHANGED
@@ -174,12 +174,12 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
174 |
# Blocks.
|
175 |
gr.Markdown(
|
176 |
"""
|
177 |
-
#
|
178 |
-
[
|
179 |
-
[
|
180 |
-
[
|
181 |
-
[
|
182 |
-
[
|
183 |
|
184 |
## Introduction
|
185 |
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.
|
|
|
174 |
# Blocks.
|
175 |
gr.Markdown(
|
176 |
"""
|
177 |
+
# Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
+
[Project](https://qjizhi.github.io/genstereo)
|
179 |
+
[Demo](https://huggingface.co/spaces/FQiao/GenStereo)
|
180 |
+
[Code](https://github.com/Qjizhi/GenStereo)
|
181 |
+
[Model](https://huggingface.co/FQiao/GenStereo/tree/main)
|
182 |
+
[arXiv]()
|
183 |
|
184 |
## Introduction
|
185 |
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.
|