FQiao commited on
Commit
9f93d5c
·
verified ·
1 Parent(s): 2c8a6a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -131,11 +131,13 @@ with tempfile.TemporaryDirectory() as tmpdir:
131
  """
132
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
133
 
134
- [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo) |
135
- [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo) |
136
- [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo) |
137
- [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main) |
138
- [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red)](https://arxiv.org/abs/2405.17251)
 
 
139
 
140
  ## Introduction
141
  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.
 
131
  """
132
  # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
133
 
134
+ <div style="display: flex; gap: 2px; margin: 1em 0">
135
+ <a href="https://qjizhi.github.io/genstereo"><img src="https://img.shields.io/badge/Project-Web-green"></a>
136
+ <a href="https://huggingface.co/spaces/FQiao/GenStereo"><img src="https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface"></a>
137
+ <a href="https://github.com/Qjizhi/GenStereo"><img src="https://img.shields.io/badge/Github-Repo-orange?logo=github"></a>
138
+ <a href="https://huggingface.co/FQiao/GenStereo/tree/main"><img src="https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface"></a>
139
+ <a href="https://arxiv.org/abs/2405.17251"><img src="https://img.shields.io/badge/arXiv-2405.17251-red"></a>
140
+ </div>
141
 
142
  ## Introduction
143
  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.