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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -175,11 +175,11 @@ with tempfile.TemporaryDirectory() as tmpdir:
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.
 
175
  gr.Markdown(
176
  """
177
  # 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)]()
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.