Update app.py
Browse files
app.py
CHANGED
@@ -201,11 +201,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
201 |
gr.Markdown(
|
202 |
"""
|
203 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
204 |
-
[
|
205 |
-
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
206 |
-
[](https://github.com/Qjizhi/GenStereo)
|
207 |
-
[](https://huggingface.co/FQiao/GenStereo/tree/main)
|
208 |
-
[](https://arxiv.org/abs/2503.12720)
|
209 |
|
210 |
## Introduction
|
211 |
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.
|
|
|
201 |
gr.Markdown(
|
202 |
"""
|
203 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
204 |
+
[Project Site](https://qjizhi.github.io/genstereo) | [Spaces](https://huggingface.co/spaces/FQiao/GenStereo) | [Github](https://github.com/Qjizhi/GenStereo) | [Models](https://huggingface.co/FQiao/GenStereo-sd2.1/tree/main) | [arXiv](https://arxiv.org/abs/2503.12720)
|
|
|
|
|
|
|
|
|
205 |
|
206 |
## Introduction
|
207 |
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.
|