Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
|
179 |
-
[Project Web](https://qjizhi.github.io/genstereo) 路 [Spaces Demo](https://huggingface.co/spaces/FQiao/GenStereo) 路 [GitHub Repo](https://github.com/Qjizhi/GenStereo) 路 [Checkpoints](https://huggingface.co/FQiao/GenStereo/tree/main) 路 [Paper](https://arxiv.org/abs/
|
180 |
|
181 |
## Introduction
|
182 |
This is an official demo for the paper "GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|
|
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
|
179 |
+
[Project Web](https://qjizhi.github.io/genstereo) 路 [Spaces Demo](https://huggingface.co/spaces/FQiao/GenStereo) 路 [GitHub Repo](https://github.com/Qjizhi/GenStereo) 路 [Checkpoints](https://huggingface.co/FQiao/GenStereo/tree/main) 路 [Paper](https://arxiv.org/abs/2503.12720)
|
180 |
|
181 |
## Introduction
|
182 |
This is an official demo for the paper "GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|