FQiao commited on
Commit
d04ff67
·
verified ·
1 Parent(s): 7322c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -186,16 +186,17 @@ with tempfile.TemporaryDirectory() as tmpdir:
186
  gr.Markdown(
187
  """
188
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
 
189
  <div class="badge-container">
190
- [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo) &nbsp;
191
- [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo) &nbsp;
192
- [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo) &nbsp;
193
- [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main) &nbsp;
194
- [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)](https://arxiv.org/abs/2405.17251)
195
  </div>
196
- ## Introduction
 
197
  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.
198
-
199
  ## How to Use
200
  1. Upload a reference image to "Left Image"
201
  - You can also select an image from "Examples"
 
186
  gr.Markdown(
187
  """
188
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
189
+
190
  <div class="badge-container">
191
+ [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)
192
+ [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)
193
+ [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)
194
+ [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main)
195
+ [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)](https://arxiv.org/abs/2405.17251)
196
  </div>
197
+
198
+ ## Introduction
199
  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.
 
200
  ## How to Use
201
  1. Upload a reference image to "Left Image"
202
  - You can also select an image from "Examples"