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

Update app.py

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