Update app.py
Browse files
app.py
CHANGED
@@ -175,6 +175,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
175 |
gr.Markdown(
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
|
|
178 |
[](https://qjizhi.github.io/genstereo)
|
179 |
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
180 |
[](https://github.com/Qjizhi/GenStereo)
|
@@ -182,7 +183,7 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
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.
|
186 |
|
187 |
## How to Use
|
188 |
|
|
|
175 |
gr.Markdown(
|
176 |
"""
|
177 |
# GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
178 |
+
|
179 |
[](https://qjizhi.github.io/genstereo)
|
180 |
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
181 |
[](https://github.com/Qjizhi/GenStereo)
|
|
|
183 |
[]()
|
184 |
|
185 |
## Introduction
|
186 |
+
This is an official demo for the paper "[GenStereo: 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.
|
187 |
|
188 |
## How to Use
|
189 |
|