FQiao commited on
Commit
18331fe
·
verified ·
1 Parent(s): 56f98cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -5
app.py CHANGED
@@ -176,11 +176,23 @@ with tempfile.TemporaryDirectory() as tmpdir:
176
  """
177
  # GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
178
 
179
- [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)  
180
- [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)  
181
- [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)  
182
- [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main)  
183
- [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)]()
 
 
 
 
 
 
 
 
 
 
 
 
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.
 
176
  """
177
  # GenStereo: Towards Open-World Generation of Stereo Images and Unsupervised Matching
178
 
179
+ <div style="display: flex; gap: 10px; margin-bottom: 20px;">
180
+ <a href="https://qjizhi.github.io/genstereo">
181
+ <img src="https://img.shields.io/badge/Project-Web-green" alt="Project Site">
182
+ </a>
183
+ <a href="https://huggingface.co/spaces/FQiao/GenStereo">
184
+ <img src="https://img.shields.io/badge/Spaces-Demo-yellow" alt="Spaces Demo" style="margin-left: 10px;">
185
+ </a>
186
+ <a href="https://github.com/Qjizhi/GenStereo">
187
+ <img src="https://img.shields.io/badge/Github-Repo-orange" alt="GitHub Repo" style="margin-left: 10px;">
188
+ </a>
189
+ <a href="https://huggingface.co/FQiao/GenStereo/tree/main">
190
+ <img src="https://img.shields.io/badge/Models-Checkpoints-blue" alt="Model Checkpoints" style="margin-left: 10px;">
191
+ </a>
192
+ <a href="https://arxiv.org/abs/2405.17251">
193
+ <img src="https://img.shields.io/badge/arXiv-2405.17251-red" alt="arXiv Paper" style="margin-left: 10px;">
194
+ </a>
195
+ </div>
196
 
197
  ## Introduction
198
  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.