FQiao commited on
Commit
453290c
·
verified ·
1 Parent(s): 02b9ec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -174,12 +174,12 @@ with tempfile.TemporaryDirectory() as tmpdir:
174
  # Blocks.
175
  gr.Markdown(
176
  """
177
- # StereoGen: Towards Open-World Generation of Stereo Images and Unsupervised Matching
178
- [![Project Site](https://img.shields.io/badge/Project-Web-green)](https://qjizhi.github.io/genstereo)  
179
- [![Spaces](https://img.shields.io/badge/Spaces-Demo-yellow?logo=huggingface)](https://huggingface.co/spaces/FQiao/GenStereo)  
180
- [![Github](https://img.shields.io/badge/Github-Repo-orange?logo=github)](https://github.com/Qjizhi/GenStereo)  
181
- [![Models](https://img.shields.io/badge/Models-checkpoints-blue?logo=huggingface)](https://huggingface.co/FQiao/GenStereo/tree/main)  
182
- [![arXiv](https://img.shields.io/badge/arXiv-2405.17251-red?logo=arxiv)](https://arxiv.org/abs/2405.17251)
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.
 
174
  # Blocks.
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
+ [Code](https://github.com/Qjizhi/GenStereo)  
181
+ [Model](https://huggingface.co/FQiao/GenStereo/tree/main)  
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.