Update app.py
Browse files
app.py
CHANGED
|
@@ -175,11 +175,11 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
| 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 |
-
[
|
| 181 |
-
[
|
| 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.
|
|
|
|
| 175 |
gr.Markdown(
|
| 176 |
"""
|
| 177 |
# 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)
|
| 181 |
+
[](https://huggingface.co/FQiao/GenStereo/tree/main)
|
| 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.
|