Update app.py
Browse files
app.py
CHANGED
@@ -130,19 +130,20 @@ with tempfile.TemporaryDirectory() as tmpdir:
|
|
130 |
gr.Markdown(
|
131 |
"""
|
132 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
133 |
-
[](https://qjizhi.github.io/genstereo)
|
134 |
-
[](https://huggingface.co/spaces/FQiao/GenStereo)
|
135 |
-
[](https://github.com/Qjizhi/GenStereo)
|
136 |
-
[](https://huggingface.co/FQiao/GenStereo/tree/main)
|
137 |
-
[". Given an arbitrary reference image, GenStereo can generate the corresponding right-view image.
|
141 |
|
142 |
-
## How to Use
|
143 |
-
1. Upload a reference image to "Left Image"
|
144 |
-
|
145 |
-
|
|
|
146 |
"""
|
147 |
)
|
148 |
file = gr.File(label='Left', file_types=['image'])
|
|
|
130 |
gr.Markdown(
|
131 |
"""
|
132 |
# StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
|
133 |
+
[](https://qjizhi.github.io/genstereo) •
|
134 |
+
[](https://huggingface.co/spaces/FQiao/GenStereo) •
|
135 |
+
[](https://github.com/Qjizhi/GenStereo) •
|
136 |
+
[](https://huggingface.co/FQiao/GenStereo/tree/main) •
|
137 |
+
[](https://arxiv.org/)
|
138 |
|
139 |
+
## Introduction
|
140 |
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.
|
141 |
|
142 |
+
## How to Use
|
143 |
+
1. Upload a reference image to "Left Image"
|
144 |
+
*(You can also select an image from "Examples")*
|
145 |
+
2. Adjust the Scale Factor (controls depth intensity)
|
146 |
+
3. Click "Generate a right image" and view results
|
147 |
"""
|
148 |
)
|
149 |
file = gr.File(label='Left', file_types=['image'])
|